#D0F54B

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

Shades of Pear #D0F54B

Tints of Pear #D0F54B

Color information

#D0F54B (or 0xD0F54B) is unknown color: approx Pear. HEX triplet: D0, F5 and 4B. RGB value is (208,245,75). Sum of RGB (Red+Green+Blue) = 208+245+75=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 75 (29.69% from 255 or 14.20% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F54B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F54B is #2F0AB4. Grayscale: #D7D7D7. Windows color (decimal): -3082933 or 4978128. OLE color: 4978128.

HSL color Cylindrical-coordinate representation of color #D0F54B: hue angle of 73.06º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0F54B is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB20824575-
CMYK0.1500.690.04
HSL73.06º89.47%62.75%-
HSV(B)73.06º69.39%96.08%-
XYZ59.9379.2218.79-
YUV214.5649.24123.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 245 (96.09% from 255) = 46.40%
BLUE value IS 75 (29.69% from 255) = 14.20%
R=39.39%
G=46.40%
B=14.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal208245750.1500.690.0473.0689.4762.75
HexD0F54BF045449593f
Octal320365113170105411113177
Binary1101000011110101100101111110100010110010010011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F54B; }

 p { color: rgb(208,245,75); }

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

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

 a { background-color: rgb(208,245,75); }

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

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

 span { border-color: rgb(208,245,75); }

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