Html Css Color HEX #D9F131 Pear

📋 copy color: '#D9F131'

red 217 ◦ green 241 ◦ blue 49

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

Shades of Pear #D9F131

Tints of Pear #D9F131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.66%

R = 42.8%
G = 47.53%
B = 9.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#D9F131 (or 0xD9F131) is known color: Pear. HEX triplet: D9, F1 and 31. RGB value is (217,241,49). Sum of RGB (Red+Green+Blue) = 217+241+49=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 49 (19.53% from 255 or 9.66% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F131 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F131 is #260ECE. Grayscale: #D4D4D4. Windows color (decimal): -2494159 or 3273177. OLE color: 3273177.

HSL color Cylindrical-coordinate representation of color #D9F131: hue angle of 67.5º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9F131 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 241 49 -
CMYK 0.10 0 0.80 0.05
HSL 67.5º 0.87% 0.57% -
HSV(B) 67.5º 0.8% 0.95% -
XYZ 60.62 77.88 14.74 -
YUV 211.94 36.05 131.61 -
System Red Green Blue C M Y K H S L
Decimal 217 241 49 0.10 0 0.80 0.05 67.5 0.87 0.57
Hex D9 F1 31 A 0 50 5 44 57 39
Octal 331 361 61 12 0 120 5 104 127 71
Binary 11011001 11110001 110001 1010 0 1010000 101 1000100 1010111 111001

Color Harmonies of #D9F131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F131

Black with #D9F131

Text Example


Text Example

White with #D9F131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F131; }

 p { color: rgb(217,241,49); }

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

background-color css

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

 a { background-color: rgb(217,241,49); }

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

border-color css

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

 span { border-color: rgb(217,241,49); }

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