Html Css Color HEX #D9F130 Pear

📋 copy color: '#D9F130'

red 217 ◦ green 241 ◦ blue 48

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

Shades of Pear #D9F130

Tints of Pear #D9F130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.49%

R = 42.89%
G = 47.63%
B = 9.49%

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

#D9F130 (or 0xD9F130) is known color: Pear. HEX triplet: D9, F1 and 30. RGB value is (217,241,48). Sum of RGB (Red+Green+Blue) = 217+241+48=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F130 is #260ECF. Grayscale: #D4D4D4. Windows color (decimal): -2494160 or 3207641. OLE color: 3207641.

HSL color Cylindrical-coordinate representation of color #D9F130: hue angle of 67.46º 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 #D9F130 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 241 48 -
CMYK 0.10 0 0.80 0.05
HSL 67.46º 0.87% 0.57% -
HSV(B) 67.46º 0.8% 0.95% -
XYZ 60.6 77.88 14.63 -
YUV 211.82 35.55 131.69 -
System Red Green Blue C M Y K H S L
Decimal 217 241 48 0.10 0 0.80 0.05 67.46 0.87 0.57
Hex D9 F1 30 A 0 50 5 43 57 39
Octal 331 361 60 12 0 120 5 103 127 71
Binary 11011001 11110001 110000 1010 0 1010000 101 1000011 1010111 111001

Color Harmonies of #D9F130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F130

Black with #D9F130

Text Example


Text Example

White with #D9F130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F130; }

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

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

background-color css

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

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

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

border-color css

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

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

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