#D0FC41

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

Shades of Pear #D0FC41

Tints of Pear #D0FC41

Color information

#D0FC41 (or 0xD0FC41) is unknown color: approx Pear. HEX triplet: D0, FC and 41. RGB value is (208,252,65). Sum of RGB (Red+Green+Blue) = 208+252+65=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 252 (98.83% from 255 or 48% from 525); Blue value is 65 (25.78% from 255 or 12.38% from 525); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FC41 is #2F03BE. Grayscale: #DADADA. Windows color (decimal): -3081151 or 4324560. OLE color: 4324560.

HSL color Cylindrical-coordinate representation of color #D0FC41: hue angle of 74.12º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0FC41 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB20825265-
CMYK0.1700.740.01
HSL74.12º96.89%62.16%-
HSV(B)74.12º74.21%98.82%-
XYZ61.7883.4117.85-
YUV217.5341.92121.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.62%
GREEN value IS 252 (98.83% from 255) = 48%
BLUE value IS 65 (25.78% from 255) = 12.38%
R=39.62%
G=48%
B=12.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal208252650.1700.740.0174.1296.8962.16
HexD0FC411104A14a613e
Octal320374101210112111214176
Binary110100001111110010000011000101001010110010101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FC41; }

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

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

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

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

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

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

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

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