#d0eb3f

Color #D0EB3F Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #D0EB3F

Tints of Pear #D0EB3F

Color information

#D0EB3F (or 0xD0EB3F) is unknown color: approx Pear. HEX triplet: D0, EB and 3F. RGB value is (208,235,63). Sum of RGB (Red+Green+Blue) = 208+235+63=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 235 (92.19% from 255 or 46.44% from 506); Blue value is 63 (25% from 255 or 12.45% from 506); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0EB3F is #2F14C0. Grayscale: #CFCFCF. Windows color (decimal): -3085505 or 4189136. OLE color: 4189136.

HSL color Cylindrical-coordinate representation of color #D0EB3F: hue angle of 69.42º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0EB3F is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB20823563-
CMYK0.1100.730.08
HSL69.42º81.13%58.43%-
HSV(B)69.42º73.19%92.16%-
XYZ56.6273.1915.84-
YUV207.3246.55128.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 41.11%
GREEN value IS 235 (92.19% from 255) = 46.44%
BLUE value IS 63 (25% from 255) = 12.45%
R=41.11%
G=46.44%
B=12.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal208235630.1100.730.0869.4281.1358.43
HexD0EB3FB049845513a
Octal320353771301111010512172
Binary1101000011101011111111101101001001100010001011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0eb3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0eb3f; }

 p { color: rgb(208,235,63); }

 H1.HeaderClassName
 {
   color: #d0eb3f;
 }
 .AnyTagClassName
 {
   color: #d0eb3f;
 }
</style>
background-color css

<style>
 a { background-color: #d0eb3f; }

 a { background-color: rgb(208,235,63); }

 div.DivClassName
 {
   background-color: #d0eb3f;
 }
 .BgClassName
 {
   background-color: #d0eb3f;
 }
</style>
border-color css

<style>
 span { border-color: #d0eb3f; }

 span { border-color: rgb(208,235,63); }

 td.TdClassName
 {
   border-color: #d0eb3f;
 }
 .TagClassName
 {
   border-color: #d0eb3f;
 }
</style>