Html Css Color HEX #D2F448 Pear

📋 copy color: '#D2F448'

red 210 ◦ green 244 ◦ blue 72

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

Shades of Pear #D2F448

Tints of Pear #D2F448

RGB

 RED value IS 210 (82.42% from 255) = 39.92%

 GREEN value IS 244 (95.7% from 255) = 46.39%

 BLUE value IS 72 (28.52% from 255) = 13.69%

R = 39.92%
G = 46.39%
B = 13.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#D2F448 (or 0xD2F448) is known color: Pear. HEX triplet: D2, F4 and 48. RGB value is (210,244,72). Sum of RGB (Red+Green+Blue) = 210+244+72=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 72 (28.52% from 255 or 13.69% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2F448 is #2D0BB7. Grayscale: #D6D6D6. Windows color (decimal): -2952120 or 4781266. OLE color: 4781266.

HSL color Cylindrical-coordinate representation of color #D2F448: hue angle of 71.86º 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 #D2F448 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 244 72 -
CMYK 0.14 0 0.70 0.04
HSL 71.86º 0.89% 0.62% -
HSV(B) 71.86º 0.7% 0.96% -
XYZ 60.1 78.87 18.19 -
YUV 214.23 47.74 124.99 -
System Red Green Blue C M Y K H S L
Decimal 210 244 72 0.14 0 0.70 0.04 71.86 0.89 0.62
Hex D2 F4 48 E 0 46 4 48 59 3E
Octal 322 364 110 16 0 106 4 110 131 76
Binary 11010010 11110100 1001000 1110 0 1000110 100 1001000 1011001 111110

Color Harmonies of #D2F448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F448

Black with #D2F448

Text Example


Text Example

White with #D2F448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F448; }

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

 H1.HeaderClassName
 {
   color: #D2F448;
 }
 .AnyTagClassName
 {
   color: #D2F448;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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