#95C62C

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

Shades of Yellow Green #95C62C

Tints of Yellow Green #95C62C

Color information

#95C62C (or 0x95C62C) is unknown color: approx Yellow Green. HEX triplet: 95, C6 and 2C. RGB value is (149,198,44). Sum of RGB (Red+Green+Blue) = 149+198+44=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 198 (77.73% from 255 or 50.64% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 198 - color contains mainly: green. Hex color #95C62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C62C is #6A39D3. Grayscale: #A6A6A6. Windows color (decimal): -6961620 or 2934421. OLE color: 2934421.

HSL color Cylindrical-coordinate representation of color #95C62C: hue angle of 79.09º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #95C62C is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB14919844-
CMYK0.2500.780.22
HSL79.09º63.64%47.45%-
HSV(B)79.09º77.78%77.65%-
XYZ33.0446.969.71-
YUV165.7959.27116.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.11%
GREEN value IS 198 (77.73% from 255) = 50.64%
BLUE value IS 44 (17.58% from 255) = 11.25%
R=38.11%
G=50.64%
B=11.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149198440.2500.780.2279.0963.6447.45
Hex95C62C1904E164f402f
Octal225306543101162611710057
Binary100101011100011010110011001010011101011010011111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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