Html Css Color HEX #95F220 Green Yellow

📋 copy color: '#95F220'

red 149 ◦ green 242 ◦ blue 32

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

Shades of Green Yellow #95F220

Tints of Green Yellow #95F220

RGB

 RED value IS 149 (58.59% from 255) = 35.22%

 GREEN value IS 242 (94.92% from 255) = 57.21%

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

R = 35.22%
G = 57.21%
B = 7.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#95F220 (or 0x95F220) is known color: Green Yellow. HEX triplet: 95, F2 and 20. RGB value is (149,242,32). Sum of RGB (Red+Green+Blue) = 149+242+32=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #95F220 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95F220 is #6A0DDF. Grayscale: #BFBFBF. Windows color (decimal): -6950368 or 2159253. OLE color: 2159253.

HSL color Cylindrical-coordinate representation of color #95F220: hue angle of 86.57º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95F220 is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 242 32 -
CMYK 0.38 0 0.87 0.05
HSL 86.57º 0.89% 0.54% -
HSV(B) 86.57º 0.87% 0.95% -
XYZ 44.41 70 12.54 -
YUV 190.25 38.69 98.58 -
System Red Green Blue C M Y K H S L
Decimal 149 242 32 0.38 0 0.87 0.05 86.57 0.89 0.54
Hex 95 F2 20 26 0 57 5 57 59 36
Octal 225 362 40 46 0 127 5 127 131 66
Binary 10010101 11110010 100000 100110 0 1010111 101 1010111 1011001 110110

Color Harmonies of #95F220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95F220

Black with #95F220

Text Example


Text Example

White with #95F220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95F220; }

 p { color: rgb(149,242,32); }

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

background-color css

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

 a { background-color: rgb(149,242,32); }

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

border-color css

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

 span { border-color: rgb(149,242,32); }

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