#D0FE41

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

Shades of Pear #D0FE41

Tints of Pear #D0FE41

Color information

#D0FE41 (or 0xD0FE41) is unknown color: approx Pear. HEX triplet: D0, FE and 41. RGB value is (208,254,65). Sum of RGB (Red+Green+Blue) = 208+254+65=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 65 (25.78% from 255 or 12.33% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FE41 is #2F01BE. Grayscale: #DBDBDB. Windows color (decimal): -3080639 or 4325072. OLE color: 4325072.

HSL color Cylindrical-coordinate representation of color #D0FE41: hue angle of 74.6º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0FE41 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB20825465-
CMYK0.1800.740.00
HSL74.6º98.95%62.55%-
HSV(B)74.6º74.41%99.61%-
XYZ62.4184.6818.06-
YUV218.741.26120.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 254 (99.61% from 255) = 48.20%
BLUE value IS 65 (25.78% from 255) = 12.33%
R=39.47%
G=48.20%
B=12.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal208254650.1800.740.0074.698.9562.55
HexD0FE411204A04b633f
Octal320376101220112011314377
Binary110100001111111010000011001001001010010010111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FE41; }

 p { color: rgb(208,254,65); }

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

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

 a { background-color: rgb(208,254,65); }

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

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

 span { border-color: rgb(208,254,65); }

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