Html Css Color HEX #5AF85F Screamin' Green

📋 copy color: '#5AF85F'

red 90 ◦ green 248 ◦ blue 95

#5AF85F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #5AF85F

Tints of Screamin' Green #5AF85F

RGB

 RED value IS 90 (35.55% from 255) = 20.79%

 GREEN value IS 248 (97.27% from 255) = 57.27%

 BLUE value IS 95 (37.5% from 255) = 21.94%

R = 20.79%
G = 57.27%
B = 21.94%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#5AF85F (or 0x5AF85F) is known color: Screamin' Green. HEX triplet: 5A, F8 and 5F. RGB value is (90,248,95). Sum of RGB (Red+Green+Blue) = 90+248+95=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 248 (97.27% from 255 or 57.27% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF85F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF85F is #A507A0. Grayscale: #B7B7B7. Windows color (decimal): -10815393 or 6289498. OLE color: 6289498.

HSL color Cylindrical-coordinate representation of color #5AF85F: hue angle of 121.9º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF85F is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 90 248 95 -
CMYK 0.64 0 0.62 0.03
HSL 121.9º 0.92% 0.66% -
HSV(B) 121.9º 0.64% 0.97% -
XYZ 39.85 70.13 22.26 -
YUV 183.32 78.15 61.44 -
System Red Green Blue C M Y K H S L
Decimal 90 248 95 0.64 0 0.62 0.03 121.9 0.92 0.66
Hex 5A F8 5F 40 0 3E 3 7A 5C 42
Octal 132 370 137 100 0 76 3 172 134 102
Binary 1011010 11111000 1011111 1000000 0 111110 11 1111010 1011100 1000010

Color Harmonies of #5AF85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF85F

Black with #5AF85F

Text Example


Text Example

White with #5AF85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,248,95); }

 H1.HeaderClassName
 {
   color: #5AF85F;
 }
 .AnyTagClassName
 {
   color: #5AF85F;
 }
</style>

background-color css

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

 a { background-color: rgb(90,248,95); }

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

border-color css

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

 span { border-color: rgb(90,248,95); }

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