#95C133

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

Shades of Yellow Green #95C133

Tints of Yellow Green #95C133

Color information

#95C133 (or 0x95C133) is unknown color: approx Yellow Green. HEX triplet: 95, C1 and 33. RGB value is (149,193,51). Sum of RGB (Red+Green+Blue) = 149+193+51=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #95C133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C133 is #6A3ECC. Grayscale: #A4A4A4. Windows color (decimal): -6962893 or 3391893. OLE color: 3391893.

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

Color convert

RGB14919351-
CMYK0.2300.740.24
HSL78.59º58.2%47.84%-
HSV(B)78.59º73.58%75.69%-
XYZ32.0644.7710.08-
YUV163.6664.42117.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.91%
GREEN value IS 193 (75.78% from 255) = 49.11%
BLUE value IS 51 (20.31% from 255) = 12.98%
R=37.91%
G=49.11%
B=12.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal149193510.2300.740.2478.5958.247.84
Hex95C1331704A184f3a30
Octal22530163270112301177260
Binary10010101110000011100111011101001010110001001111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,193,51); }

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

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

 a { background-color: rgb(149,193,51); }

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

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

 span { border-color: rgb(149,193,51); }

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