#D6F03B

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

Shades of Pear #D6F03B

Tints of Pear #D6F03B

Color information

#D6F03B (or 0xD6F03B) is unknown color: approx Pear. HEX triplet: D6, F0 and 3B. RGB value is (214,240,59). Sum of RGB (Red+Green+Blue) = 214+240+59=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 59 (23.44% from 255 or 11.50% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F03B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F03B is #290FC4. Grayscale: #D4D4D4. Windows color (decimal): -2691013 or 3928278. OLE color: 3928278.

HSL color Cylindrical-coordinate representation of color #D6F03B: hue angle of 68.62º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6F03B is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB21424059-
CMYK0.1100.750.06
HSL68.62º85.78%58.63%-
HSV(B)68.62º75.42%94.12%-
XYZ59.6876.9315.84-
YUV211.5941.89129.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 240 (94.14% from 255) = 46.78%
BLUE value IS 59 (23.44% from 255) = 11.50%
R=41.72%
G=46.78%
B=11.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal214240590.1100.750.0668.6285.7858.63
HexD6F03BB04B645563b
Octal32636073130113610512673
Binary110101101111000011101110110100101111010001011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F03B; }

 p { color: rgb(214,240,59); }

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

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

 a { background-color: rgb(214,240,59); }

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

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

 span { border-color: rgb(214,240,59); }

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