#95C228

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

Shades of Yellow Green #95C228

Tints of Yellow Green #95C228

Color information

#95C228 (or 0x95C228) is unknown color: approx Yellow Green. HEX triplet: 95, C2 and 28. RGB value is (149,194,40). Sum of RGB (Red+Green+Blue) = 149+194+40=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #95C228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C228 is #6A3DD7. Grayscale: #A3A3A3. Windows color (decimal): -6962648 or 2671253. OLE color: 2671253.

HSL color Cylindrical-coordinate representation of color #95C228: hue angle of 77.53º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95C228 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB14919440-
CMYK0.2300.790.24
HSL77.53º65.81%45.88%-
HSV(B)77.53º79.38%76.08%-
XYZ32.0745.139.03-
YUV162.9958.59118.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.90%
GREEN value IS 194 (76.17% from 255) = 50.65%
BLUE value IS 40 (16.02% from 255) = 10.44%
R=38.90%
G=50.65%
B=10.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149194400.2300.790.2477.5365.8145.88
Hex95C2281704F184e422e
Octal225302502701173011610256
Binary100101011100001010100010111010011111100010011101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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