#95F952

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

Shades of Green Yellow #95F952

Tints of Green Yellow #95F952

Color information

#95F952 (or 0x95F952) is unknown color: approx Green Yellow. HEX triplet: 95, F9 and 52. RGB value is (149,249,82). Sum of RGB (Red+Green+Blue) = 149+249+82=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 249 (97.66% from 255 or 51.88% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 249 - color contains mainly: green. Hex color #95F952 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F952 is #6A06AD. Grayscale: #C8C8C8. Windows color (decimal): -6948526 or 5437845. OLE color: 5437845.

HSL color Cylindrical-coordinate representation of color #95F952: hue angle of 95.93º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95F952 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB14924982-
CMYK0.4000.670.02
HSL95.93º93.3%64.9%-
HSV(B)95.93º67.07%97.65%-
XYZ47.7974.7519.89-
YUV200.0661.3791.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.04%
GREEN value IS 249 (97.66% from 255) = 51.88%
BLUE value IS 82 (32.42% from 255) = 17.08%
R=31.04%
G=51.88%
B=17.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal149249820.4000.670.0295.9393.364.9
Hex95F952280432605d41
Octal2253711225001032140135101
Binary100101011111100110100101010000100001110110000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,249,82); }

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

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

 a { background-color: rgb(149,249,82); }

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

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

 span { border-color: rgb(149,249,82); }

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