Html Css Color HEX #95C32C Yellow Green

📋 copy color: '#95C32C'

red 149 ◦ green 195 ◦ blue 44

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

Shades of Yellow Green #95C32C

Tints of Yellow Green #95C32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.34%

R = 38.4%
G = 50.26%
B = 11.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#95C32C (or 0x95C32C) is known color: Yellow Green. HEX triplet: 95, C3 and 2C. RGB value is (149,195,44). Sum of RGB (Red+Green+Blue) = 149+195+44=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 44 (17.58% from 255 or 11.34% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #95C32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C32C is #6A3CD3. Grayscale: #A4A4A4. Windows color (decimal): -6962388 or 2933653. OLE color: 2933653.

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

Color convert

RGB 149 195 44 -
CMYK 0.24 0 0.77 0.24
HSL 78.28º 0.63% 0.47% -
HSV(B) 78.28º 0.77% 0.76% -
XYZ 32.36 45.6 9.48 -
YUV 164.03 60.26 117.28 -
System Red Green Blue C M Y K H S L
Decimal 149 195 44 0.24 0 0.77 0.24 78.28 0.63 0.47
Hex 95 C3 2C 18 0 4D 18 4E 3F 2F
Octal 225 303 54 30 0 115 30 116 77 57
Binary 10010101 11000011 101100 11000 0 1001101 11000 1001110 111111 101111

Color Harmonies of #95C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C32C

Black with #95C32C

Text Example


Text Example

White with #95C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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