Html Css Color HEX #95C535 Yellow Green

📋 copy color: '#95C535'

red 149 ◦ green 197 ◦ blue 53

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

Shades of Yellow Green #95C535

Tints of Yellow Green #95C535

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.37%

 BLUE value IS 53 (21.09% from 255) = 13.28%

R = 37.34%
G = 49.37%
B = 13.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#95C535 (or 0x95C535) is known color: Yellow Green. HEX triplet: 95, C5 and 35. RGB value is (149,197,53). Sum of RGB (Red+Green+Blue) = 149+197+53=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #95C535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C535 is #6A3ACA. Grayscale: #A6A6A6. Windows color (decimal): -6961867 or 3523989. OLE color: 3523989.

HSL color Cylindrical-coordinate representation of color #95C535: hue angle of 80º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95C535 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 197 53 -
CMYK 0.24 0 0.73 0.23
HSL 80º 0.58% 0.49% -
HSV(B) 80º 0.73% 0.77% -
XYZ 33 46.58 10.62 -
YUV 166.23 64.1 115.71 -
System Red Green Blue C M Y K H S L
Decimal 149 197 53 0.24 0 0.73 0.23 80 0.58 0.49
Hex 95 C5 35 18 0 49 17 50 3A 31
Octal 225 305 65 30 0 111 27 120 72 61
Binary 10010101 11000101 110101 11000 0 1001001 10111 1010000 111010 110001

Color Harmonies of #95C535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C535

Black with #95C535

Text Example


Text Example

White with #95C535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,197,53); }

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

background-color css

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

 a { background-color: rgb(149,197,53); }

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

border-color css

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

 span { border-color: rgb(149,197,53); }

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