Html Css Color HEX #D1F220 Pear

📋 copy color: '#D1F220'

red 209 ◦ green 242 ◦ blue 32

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

Shades of Pear #D1F220

Tints of Pear #D1F220

RGB

 RED value IS 209 (82.03% from 255) = 43.27%

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

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

R = 43.27%
G = 50.1%
B = 6.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#D1F220 (or 0xD1F220) is known color: Pear. HEX triplet: D1, F2 and 20. RGB value is (209,242,32). Sum of RGB (Red+Green+Blue) = 209+242+32=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 32 (12.89% from 255 or 6.63% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F220 is #2E0DDF. Grayscale: #D1D1D1. Windows color (decimal): -3018208 or 2159313. OLE color: 2159313.

HSL color Cylindrical-coordinate representation of color #D1F220: hue angle of 69.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 #D1F220 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 242 32 -
CMYK 0.14 0 0.87 0.05
HSL 69.43º 0.89% 0.54% -
HSV(B) 69.43º 0.87% 0.95% -
XYZ 58.31 77.16 13.19 -
YUV 208.19 28.57 128.58 -
System Red Green Blue C M Y K H S L
Decimal 209 242 32 0.14 0 0.87 0.05 69.43 0.89 0.54
Hex D1 F2 20 E 0 57 5 45 59 36
Octal 321 362 40 16 0 127 5 105 131 66
Binary 11010001 11110010 100000 1110 0 1010111 101 1000101 1011001 110110

Color Harmonies of #D1F220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F220

Black with #D1F220

Text Example


Text Example

White with #D1F220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F220; }

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

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

background-color css

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

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

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

border-color css

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

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

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