Html Css Color HEX #5AFE8C Screamin' Green

📋 copy color: '#5AFE8C'

red 90 ◦ green 254 ◦ blue 140

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

Shades of Screamin' Green #5AFE8C

Tints of Screamin' Green #5AFE8C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.48%

 BLUE value IS 140 (55.08% from 255) = 28.93%

R = 18.6%
G = 52.48%
B = 28.93%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#5AFE8C (or 0x5AFE8C) is known color: Screamin' Green. HEX triplet: 5A, FE and 8C. RGB value is (90,254,140). Sum of RGB (Red+Green+Blue) = 90+254+140=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 254 (99.61% from 255 or 52.48% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFE8C is #A50173. Grayscale: #C0C0C0. Windows color (decimal): -10813812 or 9240154. OLE color: 9240154.

HSL color Cylindrical-coordinate representation of color #5AFE8C: hue angle of 138.29º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFE8C is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB 90 254 140 -
CMYK 0.65 0 0.45 0.00
HSL 138.29º 0.99% 0.67% -
HSV(B) 138.29º 0.65% 1% -
XYZ 44.39 74.95 36.94 -
YUV 191.97 98.67 55.27 -
System Red Green Blue C M Y K H S L
Decimal 90 254 140 0.65 0 0.45 0.00 138.29 0.99 0.67
Hex 5A FE 8C 41 0 2D 0 8A 63 43
Octal 132 376 214 101 0 55 0 212 143 103
Binary 1011010 11111110 10001100 1000001 0 101101 0 10001010 1100011 1000011

Color Harmonies of #5AFE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFE8C

Black with #5AFE8C

Text Example


Text Example

White with #5AFE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,254,140); }

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

background-color css

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

 a { background-color: rgb(90,254,140); }

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

border-color css

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

 span { border-color: rgb(90,254,140); }

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