#D4F24B

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

Shades of Pear #D4F24B

Tints of Pear #D4F24B

Color information

#D4F24B (or 0xD4F24B) is unknown color: approx Pear. HEX triplet: D4, F2 and 4B. RGB value is (212,242,75). Sum of RGB (Red+Green+Blue) = 212+242+75=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 75 (29.69% from 255 or 14.18% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F24B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F24B is #2B0DB4. Grayscale: #D6D6D6. Windows color (decimal): -2821557 or 4977364. OLE color: 4977364.

HSL color Cylindrical-coordinate representation of color #D4F24B: hue angle of 70.78º 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 #D4F24B is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB21224275-
CMYK0.1200.690.05
HSL70.78º86.53%62.16%-
HSV(B)70.78º69.01%94.9%-
XYZ60.1778.0118.54-
YUV213.9949.56126.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 242 (94.92% from 255) = 45.75%
BLUE value IS 75 (29.69% from 255) = 14.18%
R=40.08%
G=45.75%
B=14.18%

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
Decimal212242750.1200.690.0570.7886.5362.16
HexD4F24BC045547573e
Octal324362113140105510712776
Binary1101010011110010100101111000100010110110001111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F24B; }

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

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

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

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

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

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

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

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