Html Css Color HEX #95CA20 Yellow Green

📋 copy color: '#95CA20'

red 149 ◦ green 202 ◦ blue 32

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

Shades of Yellow Green #95CA20

Tints of Yellow Green #95CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.74%

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

R = 38.9%
G = 52.74%
B = 8.36%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#95CA20 (or 0x95CA20) is known color: Yellow Green. HEX triplet: 95, CA and 20. RGB value is (149,202,32). Sum of RGB (Red+Green+Blue) = 149+202+32=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95CA20 is #6A35DF. Grayscale: #A7A7A7. Windows color (decimal): -6960608 or 2149013. OLE color: 2149013.

HSL color Cylindrical-coordinate representation of color #95CA20: hue angle of 78.71º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95CA20 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 202 32 -
CMYK 0.26 0 0.84 0.21
HSL 78.71º 0.73% 0.46% -
HSV(B) 78.71º 0.84% 0.79% -
XYZ 33.78 48.73 8.99 -
YUV 166.77 51.94 115.32 -
System Red Green Blue C M Y K H S L
Decimal 149 202 32 0.26 0 0.84 0.21 78.71 0.73 0.46
Hex 95 CA 20 1A 0 54 15 4F 49 2E
Octal 225 312 40 32 0 124 25 117 111 56
Binary 10010101 11001010 100000 11010 0 1010100 10101 1001111 1001001 101110

Color Harmonies of #95CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CA20

Black with #95CA20

Text Example


Text Example

White with #95CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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