Html Css Color HEX #D8F220 Pear

📋 copy color: '#D8F220'

red 216 ◦ green 242 ◦ blue 32

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

Shades of Pear #D8F220

Tints of Pear #D8F220

RGB

 RED value IS 216 (84.77% from 255) = 44.08%

 GREEN value IS 242 (94.92% from 255) = 49.39%

 BLUE value IS 32 (12.89% from 255) = 6.53%

R = 44.08%
G = 49.39%
B = 6.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#D8F220 (or 0xD8F220) is known color: Pear. HEX triplet: D8, F2 and 20. RGB value is (216,242,32). Sum of RGB (Red+Green+Blue) = 216+242+32=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 32 (12.89% from 255 or 6.53% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F220 is #270DDF. Grayscale: #D3D3D3. Windows color (decimal): -2559456 or 2159320. OLE color: 2159320.

HSL color Cylindrical-coordinate representation of color #D8F220: hue angle of 67.43º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8F220 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 242 32 -
CMYK 0.11 0 0.87 0.05
HSL 67.43º 0.89% 0.54% -
HSV(B) 67.43º 0.87% 0.95% -
XYZ 60.33 78.21 13.28 -
YUV 210.29 27.39 132.08 -
System Red Green Blue C M Y K H S L
Decimal 216 242 32 0.11 0 0.87 0.05 67.43 0.89 0.54
Hex D8 F2 20 B 0 57 5 43 59 36
Octal 330 362 40 13 0 127 5 103 131 66
Binary 11011000 11110010 100000 1011 0 1010111 101 1000011 1011001 110110

Color Harmonies of #D8F220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F220

Black with #D8F220

Text Example


Text Example

White with #D8F220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F220; }

 p { color: rgb(216,242,32); }

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

background-color css

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

 a { background-color: rgb(216,242,32); }

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

border-color css

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

 span { border-color: rgb(216,242,32); }

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