#D2F04B

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

Shades of Pear #D2F04B

Tints of Pear #D2F04B

Color information

#D2F04B (or 0xD2F04B) is unknown color: approx Pear. HEX triplet: D2, F0 and 4B. RGB value is (210,240,75). Sum of RGB (Red+Green+Blue) = 210+240+75=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 75 (29.69% from 255 or 14.29% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F04B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F04B is #2D0FB4. Grayscale: #D4D4D4. Windows color (decimal): -2953141 or 4976850. OLE color: 4976850.

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

Color convert

RGB21024075-
CMYK0.1200.690.06
HSL70.91º84.62%61.76%-
HSV(B)70.91º68.75%94.12%-
XYZ59.0176.5318.32-
YUV212.2250.56126.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 240 (94.14% from 255) = 45.71%
BLUE value IS 75 (29.69% from 255) = 14.29%
R=40%
G=45.71%
B=14.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal210240750.1200.690.0670.9184.6261.76
HexD2F04BC045647553e
Octal322360113140105610712576
Binary1101001011110000100101111000100010111010001111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F04B; }

 p { color: rgb(210,240,75); }

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

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

 a { background-color: rgb(210,240,75); }

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

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

 span { border-color: rgb(210,240,75); }

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