#95C335

Color #95C335 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #95C335

Tints of Yellow Green #95C335

Color information

#95C335 (or 0x95C335) is unknown color: approx Yellow Green. HEX triplet: 95, C3 and 35. RGB value is (149,195,53). Sum of RGB (Red+Green+Blue) = 149+195+53=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #95C335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C335 is #6A3CCA. Grayscale: #A5A5A5. Windows color (decimal): -6962379 or 3523477. OLE color: 3523477.

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

Color convert

RGB14919553-
CMYK0.2400.730.24
HSL79.44º57.26%48.63%-
HSV(B)79.44º72.82%76.47%-
XYZ32.5545.6810.47-
YUV165.0664.76116.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.53%
GREEN value IS 195 (76.56% from 255) = 49.12%
BLUE value IS 53 (21.09% from 255) = 13.35%
R=37.53%
G=49.12%
B=13.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149195530.2400.730.2479.4457.2648.63
Hex95C33518049184f3931
Octal22530365300111301177161
Binary10010101110000111101011100001001001110001001111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95C335;
 }
 .AnyTagClassName
 {
   color: #95C335;
 }
</style>
background-color css

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

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

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

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

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

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