Html Css Color HEX #D1F132 Pear

📋 copy color: '#D1F132'

red 209 ◦ green 241 ◦ blue 50

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

Shades of Pear #D1F132

Tints of Pear #D1F132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10%

R = 41.8%
G = 48.2%
B = 10%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#D1F132 (or 0xD1F132) is known color: Pear. HEX triplet: D1, F1 and 32. RGB value is (209,241,50). Sum of RGB (Red+Green+Blue) = 209+241+50=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 50 (19.92% from 255 or 10% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F132 is #2E0ECD. Grayscale: #D2D2D2. Windows color (decimal): -3018446 or 3338705. OLE color: 3338705.

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

Color convert

RGB 209 241 50 -
CMYK 0.13 0 0.79 0.05
HSL 70.05º 0.87% 0.57% -
HSV(B) 70.05º 0.79% 0.95% -
XYZ 58.33 76.7 14.75 -
YUV 209.66 37.9 127.53 -
System Red Green Blue C M Y K H S L
Decimal 209 241 50 0.13 0 0.79 0.05 70.05 0.87 0.57
Hex D1 F1 32 D 0 4F 5 46 57 39
Octal 321 361 62 15 0 117 5 106 127 71
Binary 11010001 11110001 110010 1101 0 1001111 101 1000110 1010111 111001

Color Harmonies of #D1F132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F132

Black with #D1F132

Text Example


Text Example

White with #D1F132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F132; }

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

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

background-color css

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

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

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

border-color css

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

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

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