#D4FB42

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

Shades of Pear #D4FB42

Tints of Pear #D4FB42

Color information

#D4FB42 (or 0xD4FB42) is unknown color: approx Pear. HEX triplet: D4, FB and 42. RGB value is (212,251,66). Sum of RGB (Red+Green+Blue) = 212+251+66=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 66 (26.17% from 255 or 12.48% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FB42 is #2B04BD. Grayscale: #DADADA. Windows color (decimal): -2819262 or 4389844. OLE color: 4389844.

HSL color Cylindrical-coordinate representation of color #D4FB42: hue angle of 72.65º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4FB42 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB21225166-
CMYK0.1600.740.02
HSL72.65º95.85%62.16%-
HSV(B)72.65º73.71%98.43%-
XYZ62.6383.3817.95-
YUV218.2542.08123.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 251 (98.44% from 255) = 47.45%
BLUE value IS 66 (26.17% from 255) = 12.48%
R=40.08%
G=47.45%
B=12.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212251660.1600.740.0272.6595.8562.16
HexD4FB421004A249603e
Octal324373102200112211114076
Binary1101010011111011100001010000010010101010010011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FB42; }

 p { color: rgb(212,251,66); }

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

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

 a { background-color: rgb(212,251,66); }

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

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

 span { border-color: rgb(212,251,66); }

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