Html Css Color HEX #95C320 Yellow Green

📋 copy color: '#95C320'

red 149 ◦ green 195 ◦ blue 32

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

Shades of Yellow Green #95C320

Tints of Yellow Green #95C320

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.86%

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

R = 39.63%
G = 51.86%
B = 8.51%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#95C320 (or 0x95C320) is known color: Yellow Green. HEX triplet: 95, C3 and 20. RGB value is (149,195,32). Sum of RGB (Red+Green+Blue) = 149+195+32=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #95C320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C320 is #6A3CDF. Grayscale: #A3A3A3. Windows color (decimal): -6962400 or 2147221. OLE color: 2147221.

HSL color Cylindrical-coordinate representation of color #95C320: hue angle of 76.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95C320 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 195 32 -
CMYK 0.24 0 0.84 0.24
HSL 76.93º 0.72% 0.45% -
HSV(B) 76.93º 0.84% 0.76% -
XYZ 32.17 45.52 8.46 -
YUV 162.66 54.26 118.25 -
System Red Green Blue C M Y K H S L
Decimal 149 195 32 0.24 0 0.84 0.24 76.93 0.72 0.45
Hex 95 C3 20 18 0 54 18 4D 48 2D
Octal 225 303 40 30 0 124 30 115 110 55
Binary 10010101 11000011 100000 11000 0 1010100 11000 1001101 1001000 101101

Color Harmonies of #95C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C320

Black with #95C320

Text Example


Text Example

White with #95C320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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