#95F521

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

Shades of Green Yellow #95F521

Tints of Green Yellow #95F521

Color information

#95F521 (or 0x95F521) is unknown color: approx Green Yellow. HEX triplet: 95, F5 and 21. RGB value is (149,245,33). Sum of RGB (Red+Green+Blue) = 149+245+33=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 245 (96.09% from 255 or 57.38% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 245 - color contains mainly: green. Hex color #95F521 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95F521 is #6A0ADE. Grayscale: #C0C0C0. Windows color (decimal): -6949599 or 2225557. OLE color: 2225557.

HSL color Cylindrical-coordinate representation of color #95F521: hue angle of 87.17º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95F521 is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB14924533-
CMYK0.3900.870.04
HSL87.17º91.38%54.51%-
HSV(B)87.17º86.53%96.08%-
XYZ45.3271.812.91-
YUV192.1338.297.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.89%
GREEN value IS 245 (96.09% from 255) = 57.38%
BLUE value IS 33 (13.28% from 255) = 7.73%
R=34.89%
G=57.38%
B=7.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal149245330.3900.870.0487.1791.3854.51
Hex95F521270574575b37
Octal22536541470127412713367
Binary10010101111101011000011001110101011110010101111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,245,33); }

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

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

 a { background-color: rgb(149,245,33); }

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

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

 span { border-color: rgb(149,245,33); }

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