Html Css Color HEX #5FF27F Screamin' Green

📋 copy color: '#5FF27F'

red 95 ◦ green 242 ◦ blue 127

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

Shades of Screamin' Green #5FF27F

Tints of Screamin' Green #5FF27F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.16%

 BLUE value IS 127 (50% from 255) = 27.37%

R = 20.47%
G = 52.16%
B = 27.37%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#5FF27F (or 0x5FF27F) is known color: Screamin' Green. HEX triplet: 5F, F2 and 7F. RGB value is (95,242,127). Sum of RGB (Red+Green+Blue) = 95+242+127=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF27F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5FF27F is #A00D80. Grayscale: #B9B9B9. Windows color (decimal): -10489217 or 8385119. OLE color: 8385119.

HSL color Cylindrical-coordinate representation of color #5FF27F: hue angle of 133.06º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FF27F is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 242 127 -
CMYK 0.61 0 0.48 0.05
HSL 133.06º 0.85% 0.66% -
HSV(B) 133.06º 0.61% 0.95% -
XYZ 40.3 67.47 30.98 -
YUV 184.94 95.3 63.85 -
System Red Green Blue C M Y K H S L
Decimal 95 242 127 0.61 0 0.48 0.05 133.06 0.85 0.66
Hex 5F F2 7F 3D 0 30 5 85 55 42
Octal 137 362 177 75 0 60 5 205 125 102
Binary 1011111 11110010 1111111 111101 0 110000 101 10000101 1010101 1000010

Color Harmonies of #5FF27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF27F

Black with #5FF27F

Text Example


Text Example

White with #5FF27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,242,127); }

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

background-color css

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

 a { background-color: rgb(95,242,127); }

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

border-color css

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

 span { border-color: rgb(95,242,127); }

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