Html Css Color HEX #D9FA20 Pear

📋 copy color: '#D9FA20'

red 217 ◦ green 250 ◦ blue 32

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

Shades of Pear #D9FA20

Tints of Pear #D9FA20

RGB

 RED value IS 217 (85.16% from 255) = 43.49%

 GREEN value IS 250 (98.05% from 255) = 50.1%

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

R = 43.49%
G = 50.1%
B = 6.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#D9FA20 (or 0xD9FA20) is known color: Pear. HEX triplet: D9, FA and 20. RGB value is (217,250,32). Sum of RGB (Red+Green+Blue) = 217+250+32=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 32 (12.89% from 255 or 6.41% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FA20 is #2605DF. Grayscale: #D8D8D8. Windows color (decimal): -2491872 or 2161369. OLE color: 2161369.

HSL color Cylindrical-coordinate representation of color #D9FA20: hue angle of 69.08º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9FA20 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 250 32 -
CMYK 0.13 0 0.87 0.02
HSL 69.08º 0.96% 0.55% -
HSV(B) 69.08º 0.87% 0.98% -
XYZ 63.06 83.23 14.11 -
YUV 215.28 24.57 129.23 -
System Red Green Blue C M Y K H S L
Decimal 217 250 32 0.13 0 0.87 0.02 69.08 0.96 0.55
Hex D9 FA 20 D 0 57 2 45 60 37
Octal 331 372 40 15 0 127 2 105 140 67
Binary 11011001 11111010 100000 1101 0 1010111 10 1000101 1100000 110111

Color Harmonies of #D9FA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9FA20

Black with #D9FA20

Text Example


Text Example

White with #D9FA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9FA20; }

 p { color: rgb(217,250,32); }

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

background-color css

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

 a { background-color: rgb(217,250,32); }

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

border-color css

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

 span { border-color: rgb(217,250,32); }

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