#D0F448

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

Shades of Pear #D0F448

Tints of Pear #D0F448

Color information

#D0F448 (or 0xD0F448) is unknown color: approx Pear. HEX triplet: D0, F4 and 48. RGB value is (208,244,72). Sum of RGB (Red+Green+Blue) = 208+244+72=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 72 (28.52% from 255 or 13.74% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0F448 is #2F0BB7. Grayscale: #D6D6D6. Windows color (decimal): -3083192 or 4781264. OLE color: 4781264.

HSL color Cylindrical-coordinate representation of color #D0F448: hue angle of 72.56º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0F448 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB20824472-
CMYK0.1500.700.04
HSL72.56º88.66%61.96%-
HSV(B)72.56º70.49%95.69%-
XYZ59.5378.5818.16-
YUV213.6348.07123.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 244 (95.70% from 255) = 46.56%
BLUE value IS 72 (28.52% from 255) = 13.74%
R=39.69%
G=46.56%
B=13.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal208244720.1500.700.0472.5688.6661.96
HexD0F448F046449593e
Octal320364110170106411113176
Binary1101000011110100100100011110100011010010010011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F448; }

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

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

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

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

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

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

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

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