#95C834

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

Shades of Yellow Green #95C834

Tints of Yellow Green #95C834

Color information

#95C834 (or 0x95C834) is unknown color: approx Yellow Green. HEX triplet: 95, C8 and 34. RGB value is (149,200,52). Sum of RGB (Red+Green+Blue) = 149+200+52=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #95C834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C834 is #6A37CB. Grayscale: #A8A8A8. Windows color (decimal): -6961100 or 3459221. OLE color: 3459221.

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

Color convert

RGB14920052-
CMYK0.2600.740.22
HSL80.68º58.73%49.41%-
HSV(B)80.68º74%78.43%-
XYZ33.6747.9510.73-
YUV167.8862.6114.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.16%
GREEN value IS 200 (78.52% from 255) = 49.88%
BLUE value IS 52 (20.70% from 255) = 12.97%
R=37.16%
G=49.88%
B=12.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal149200520.2600.740.2280.6858.7349.41
Hex95C8341A04A16513b31
Octal22531064320112261217361
Binary10010101110010001101001101001001010101101010001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95C834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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