#D0FC48

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

Shades of Pear #D0FC48

Tints of Pear #D0FC48

Color information

#D0FC48 (or 0xD0FC48) is unknown color: approx Pear. HEX triplet: D0, FC and 48. RGB value is (208,252,72). Sum of RGB (Red+Green+Blue) = 208+252+72=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 72 (28.52% from 255 or 13.53% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0FC48 is #2F03B7. Grayscale: #DADADA. Windows color (decimal): -3081144 or 4783312. OLE color: 4783312.

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

Color convert

RGB20825272-
CMYK0.1700.710.01
HSL74.67º96.77%63.53%-
HSV(B)74.67º71.43%98.82%-
XYZ61.9983.518.98-
YUV218.3245.42120.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.10%
GREEN value IS 252 (98.83% from 255) = 47.37%
BLUE value IS 72 (28.52% from 255) = 13.53%
R=39.10%
G=47.37%
B=13.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal208252720.1700.710.0174.6796.7763.53
HexD0FC481104714b6140
Octal3203741102101071113141100
Binary1101000011111100100100010001010001111100101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FC48; }

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

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

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

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

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

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

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

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