#D0FD29

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

Shades of Pear #D0FD29

Tints of Pear #D0FD29

Color information

#D0FD29 (or 0xD0FD29) is unknown color: approx Pear. HEX triplet: D0, FD and 29. RGB value is (208,253,41). Sum of RGB (Red+Green+Blue) = 208+253+41=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 41 (16.41% from 255 or 8.17% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FD29 is #2F02D6. Grayscale: #D8D8D8. Windows color (decimal): -3080919 or 2751952. OLE color: 2751952.

HSL color Cylindrical-coordinate representation of color #D0FD29: hue angle of 72.74º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0FD29 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB20825341-
CMYK0.1800.840.01
HSL72.74º98.15%57.65%-
HSV(B)72.74º83.79%99.22%-
XYZ61.5483.8215.03-
YUV215.3829.59122.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.43%
GREEN value IS 253 (99.22% from 255) = 50.40%
BLUE value IS 41 (16.41% from 255) = 8.17%
R=41.43%
G=50.40%
B=8.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal208253410.1800.840.0172.7498.1557.65
HexD0FD2912054149623a
Octal32037551220124111114272
Binary11010000111111011010011001001010100110010011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FD29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FD29; }

 p { color: rgb(208,253,41); }

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

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

 a { background-color: rgb(208,253,41); }

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

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

 span { border-color: rgb(208,253,41); }

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