#95C828

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

Shades of Yellow Green #95C828

Tints of Yellow Green #95C828

Color information

#95C828 (or 0x95C828) is unknown color: approx Yellow Green. HEX triplet: 95, C8 and 28. RGB value is (149,200,40). Sum of RGB (Red+Green+Blue) = 149+200+40=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 200 (78.52% from 255 or 51.41% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 200 - color contains mainly: green. Hex color #95C828 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C828 is #6A37D7. Grayscale: #A7A7A7. Windows color (decimal): -6961112 or 2672789. OLE color: 2672789.

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

Color convert

RGB14920040-
CMYK0.2600.80.22
HSL79.12º66.67%47.06%-
HSV(B)79.12º80%78.43%-
XYZ33.4347.859.48-
YUV166.5156.6115.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 200 (78.52% from 255) = 51.41%
BLUE value IS 40 (16.02% from 255) = 10.28%
R=38.30%
G=51.41%
B=10.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149200400.2600.80.2279.1266.6747.06
Hex95C8281A050164f432f
Octal225310503201202611710357
Binary100101011100100010100011010010100001011010011111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,200,40); }

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

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

 a { background-color: rgb(149,200,40); }

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

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

 span { border-color: rgb(149,200,40); }

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