Html Css Color HEX #D9F134 Pear

📋 copy color: '#D9F134'

red 217 ◦ green 241 ◦ blue 52

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

Shades of Pear #D9F134

Tints of Pear #D9F134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.2%

R = 42.55%
G = 47.25%
B = 10.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#D9F134 (or 0xD9F134) is known color: Pear. HEX triplet: D9, F1 and 34. RGB value is (217,241,52). Sum of RGB (Red+Green+Blue) = 217+241+52=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 52 (20.70% from 255 or 10.20% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F134 is #260ECB. Grayscale: #D5D5D5. Windows color (decimal): -2494156 or 3469785. OLE color: 3469785.

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

Color convert

RGB 217 241 52 -
CMYK 0.10 0 0.78 0.05
HSL 67.62º 0.87% 0.57% -
HSV(B) 67.62º 0.78% 0.95% -
XYZ 60.69 77.91 15.09 -
YUV 212.28 37.55 131.37 -
System Red Green Blue C M Y K H S L
Decimal 217 241 52 0.10 0 0.78 0.05 67.62 0.87 0.57
Hex D9 F1 34 A 0 4E 5 44 57 39
Octal 331 361 64 12 0 116 5 104 127 71
Binary 11011001 11110001 110100 1010 0 1001110 101 1000100 1010111 111001

Color Harmonies of #D9F134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F134

Black with #D9F134

Text Example


Text Example

White with #D9F134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F134; }

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

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

background-color css

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

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

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

border-color css

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

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

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