#D5FB42

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

Shades of Pear #D5FB42

Tints of Pear #D5FB42

Color information

#D5FB42 (or 0xD5FB42) is unknown color: approx Pear. HEX triplet: D5, FB and 42. RGB value is (213,251,66). Sum of RGB (Red+Green+Blue) = 213+251+66=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 66 (26.17% from 255 or 12.45% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FB42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FB42 is #2A04BD. Grayscale: #DBDBDB. Windows color (decimal): -2753726 or 4389845. OLE color: 4389845.

HSL color Cylindrical-coordinate representation of color #D5FB42: hue angle of 72.32º 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 #D5FB42 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB21325166-
CMYK0.1500.740.02
HSL72.32º95.85%62.16%-
HSV(B)72.32º73.71%98.43%-
XYZ62.9283.5317.96-
YUV218.5541.91124.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 251 (98.44% from 255) = 47.36%
BLUE value IS 66 (26.17% from 255) = 12.45%
R=40.19%
G=47.36%
B=12.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal213251660.1500.740.0272.3295.8562.16
HexD5FB42F04A248603e
Octal325373102170112211014076
Binary110101011111101110000101111010010101010010001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FB42; }

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

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

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

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

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

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

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

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