#D0FF41

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

Shades of Pear #D0FF41

Tints of Pear #D0FF41

Color information

#D0FF41 (or 0xD0FF41) is unknown color: approx Pear. HEX triplet: D0, FF and 41. RGB value is (208,255,65). Sum of RGB (Red+Green+Blue) = 208+255+65=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FF41 is #2F00BE. Grayscale: #DCDCDC. Windows color (decimal): -3080383 or 4325328. OLE color: 4325328.

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

Color convert

RGB20825565-
CMYK0.1800.750
HSL74.84º100%62.75%-
HSV(B)74.84º74.51%100%-
XYZ62.7385.3118.16-
YUV219.2940.93119.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.39%
GREEN value IS 255 (100% from 255) = 48.30%
BLUE value IS 65 (25.78% from 255) = 12.31%
R=39.39%
G=48.30%
B=12.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal208255650.1800.75074.8410062.75
HexD0FF411204B04b643f
Octal320377101220113011314477
Binary110100001111111110000011001001001011010010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FF41; }

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

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

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

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

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

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

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

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