#D6F24B

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

Shades of Pear #D6F24B

Tints of Pear #D6F24B

Color information

#D6F24B (or 0xD6F24B) is unknown color: approx Pear. HEX triplet: D6, F2 and 4B. RGB value is (214,242,75). Sum of RGB (Red+Green+Blue) = 214+242+75=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 75 (29.69% from 255 or 14.12% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F24B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F24B is #290DB4. Grayscale: #D7D7D7. Windows color (decimal): -2690485 or 4977366. OLE color: 4977366.

HSL color Cylindrical-coordinate representation of color #D6F24B: hue angle of 70.06º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6F24B is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB21424275-
CMYK0.1200.690.05
HSL70.06º86.53%62.16%-
HSV(B)70.06º69.01%94.9%-
XYZ60.7578.3118.57-
YUV214.5949.22127.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 242 (94.92% from 255) = 45.57%
BLUE value IS 75 (29.69% from 255) = 14.12%
R=40.30%
G=45.57%
B=14.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal214242750.1200.690.0570.0686.5362.16
HexD6F24BC045546573e
Octal326362113140105510612776
Binary1101011011110010100101111000100010110110001101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F24B; }

 p { color: rgb(214,242,75); }

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

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

 a { background-color: rgb(214,242,75); }

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

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

 span { border-color: rgb(214,242,75); }

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