Html Css Color HEX #5FFC85 Screamin' Green

📋 copy color: '#5FFC85'

red 95 ◦ green 252 ◦ blue 133

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

Shades of Screamin' Green #5FFC85

Tints of Screamin' Green #5FFC85

RGB

 RED value IS 95 (37.5% from 255) = 19.79%

 GREEN value IS 252 (98.83% from 255) = 52.5%

 BLUE value IS 133 (52.34% from 255) = 27.71%

R = 19.79%
G = 52.5%
B = 27.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#5FFC85 (or 0x5FFC85) is known color: Screamin' Green. HEX triplet: 5F, FC and 85. RGB value is (95,252,133). Sum of RGB (Red+Green+Blue) = 95+252+133=480 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.79% from 480); Green value is 252 (98.83% from 255 or 52.5% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFC85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFC85 is #A0037A. Grayscale: #BFBFBF. Windows color (decimal): -10486651 or 8780895. OLE color: 8780895.

HSL color Cylindrical-coordinate representation of color #5FFC85: hue angle of 134.52º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFC85 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 252 133 -
CMYK 0.62 0 0.47 0.01
HSL 134.52º 0.96% 0.68% -
HSV(B) 134.52º 0.62% 0.99% -
XYZ 43.76 73.75 34.12 -
YUV 191.49 94.99 59.18 -
System Red Green Blue C M Y K H S L
Decimal 95 252 133 0.62 0 0.47 0.01 134.52 0.96 0.68
Hex 5F FC 85 3E 0 2F 1 87 60 44
Octal 137 374 205 76 0 57 1 207 140 104
Binary 1011111 11111100 10000101 111110 0 101111 1 10000111 1100000 1000100

Color Harmonies of #5FFC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FFC85

Black with #5FFC85

Text Example


Text Example

White with #5FFC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,252,133); }

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

background-color css

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

 a { background-color: rgb(95,252,133); }

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

border-color css

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

 span { border-color: rgb(95,252,133); }

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