#5AF222

Color #5AF222 Bright Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Green #5AF222

Tints of Bright Green #5AF222

Color information

#5AF222 (or 0x5AF222) is unknown color: approx Bright Green. HEX triplet: 5A, F2 and 22. RGB value is (90,242,34). Sum of RGB (Red+Green+Blue) = 90+242+34=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 242 (94.92% from 255 or 66.12% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 242 - color contains mainly: green. Hex color #5AF222 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF222 is #A50DDD. Grayscale: #ADADAD. Windows color (decimal): -10816990 or 2290266. OLE color: 2290266.

HSL color Cylindrical-coordinate representation of color #5AF222: hue angle of 103.85º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5AF222 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB9024234-
CMYK0.6300.860.05
HSL103.85º88.89%54.12%-
HSV(B)103.85º85.95%94.9%-
XYZ36.2665.7912.3-
YUV172.8449.6468.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.59%
GREEN value IS 242 (94.92% from 255) = 66.12%
BLUE value IS 34 (13.67% from 255) = 9.29%
R=24.59%
G=66.12%
B=9.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal90242340.6300.860.05103.8588.8954.12
Hex5AF2223F0565685936
Octal13236242770126515013166
Binary1011010111100101000101111110101011010111010001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AF222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AF222; }

 p { color: rgb(90,242,34); }

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

<style>
 a { background-color: #5AF222; }

 a { background-color: rgb(90,242,34); }

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

<style>
 span { border-color: #5AF222; }

 span { border-color: rgb(90,242,34); }

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