Html Css Color HEX #D0F448 Pear

📋 copy color: '#D0F448'

red 208 ◦ green 244 ◦ blue 72

#D0F448
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #D0F448

Tints of Pear #D0F448

RGB

 RED value IS 208 (81.64% from 255) = 39.69%

 GREEN value IS 244 (95.7% 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 value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#D0F448 (or 0xD0F448) is known color: 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

RGB 208 244 72 -
CMYK 0.15 0 0.70 0.04
HSL 72.56º 0.89% 0.62% -
HSV(B) 72.56º 0.7% 0.96% -
XYZ 59.53 78.58 18.16 -
YUV 213.63 48.07 123.99 -
System Red Green Blue C M Y K H S L
Decimal 208 244 72 0.15 0 0.70 0.04 72.56 0.89 0.62
Hex D0 F4 48 F 0 46 4 49 59 3E
Octal 320 364 110 17 0 106 4 111 131 76
Binary 11010000 11110100 1001000 1111 0 1000110 100 1001001 1011001 111110

Color Harmonies of #D0F448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F448

Black with #D0F448

Text Example


Text Example

White with #D0F448

Text Example


Text Example

HTML Codes & Css Web 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>