Html Css Color HEX #D1F120 Pear

📋 copy color: '#D1F120'

red 209 ◦ green 241 ◦ blue 32

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

Shades of Pear #D1F120

Tints of Pear #D1F120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50%

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

R = 43.36%
G = 50%
B = 6.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#D1F120 (or 0xD1F120) is known color: Pear. HEX triplet: D1, F1 and 20. RGB value is (209,241,32). Sum of RGB (Red+Green+Blue) = 209+241+32=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F120 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F120 is #2E0EDF. Grayscale: #D0D0D0. Windows color (decimal): -3018464 or 2159057. OLE color: 2159057.

HSL color Cylindrical-coordinate representation of color #D1F120: hue angle of 69.19º degrees, saturation: 0.88, 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 #D1F120 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 241 32 -
CMYK 0.13 0 0.87 0.05
HSL 69.19º 0.88% 0.54% -
HSV(B) 69.19º 0.87% 0.95% -
XYZ 58.01 76.57 13.09 -
YUV 207.61 28.9 128.99 -
System Red Green Blue C M Y K H S L
Decimal 209 241 32 0.13 0 0.87 0.05 69.19 0.88 0.54
Hex D1 F1 20 D 0 57 5 45 58 36
Octal 321 361 40 15 0 127 5 105 130 66
Binary 11010001 11110001 100000 1101 0 1010111 101 1000101 1011000 110110

Color Harmonies of #D1F120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F120

Black with #D1F120

Text Example


Text Example

White with #D1F120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F120; }

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

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

background-color css

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

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

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

border-color css

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

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

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