Html Css Color HEX #95E020 Yellow Green

📋 copy color: '#95E020'

red 149 ◦ green 224 ◦ blue 32

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

Shades of Yellow Green #95E020

Tints of Yellow Green #95E020

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.31%

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

R = 36.79%
G = 55.31%
B = 7.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#95E020 (or 0x95E020) is known color: Yellow Green. HEX triplet: 95, E0 and 20. RGB value is (149,224,32). Sum of RGB (Red+Green+Blue) = 149+224+32=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 224 (87.89% from 255 or 55.31% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 224 - color contains mainly: green. Hex color #95E020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95E020 is #6A1FDF. Grayscale: #B4B4B4. Windows color (decimal): -6954976 or 2154645. OLE color: 2154645.

HSL color Cylindrical-coordinate representation of color #95E020: hue angle of 83.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #95E020 is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 224 32 -
CMYK 0.33 0 0.86 0.12
HSL 83.44º 0.76% 0.5% -
HSV(B) 83.44º 0.86% 0.88% -
XYZ 39.31 59.81 10.84 -
YUV 179.69 44.65 106.11 -
System Red Green Blue C M Y K H S L
Decimal 149 224 32 0.33 0 0.86 0.12 83.44 0.76 0.5
Hex 95 E0 20 21 0 56 C 53 4C 32
Octal 225 340 40 41 0 126 14 123 114 62
Binary 10010101 11100000 100000 100001 0 1010110 1100 1010011 1001100 110010

Color Harmonies of #95E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E020

Black with #95E020

Text Example


Text Example

White with #95E020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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