Html Css Color HEX #5FF221 Bright Green

📋 copy color: '#5FF221'

red 95 ◦ green 242 ◦ blue 33

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

Shades of Bright Green #5FF221

Tints of Bright Green #5FF221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.92%

R = 25.68%
G = 65.41%
B = 8.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#5FF221 (or 0x5FF221) is known color: Bright Green. HEX triplet: 5F, F2 and 21. RGB value is (95,242,33). Sum of RGB (Red+Green+Blue) = 95+242+33=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 242 (94.92% from 255 or 65.41% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 242 - color contains mainly: green. Hex color #5FF221 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF221 is #A00DDE. Grayscale: #AEAEAE. Windows color (decimal): -10489311 or 2224735. OLE color: 2224735.

HSL color Cylindrical-coordinate representation of color #5FF221: hue angle of 102.2º 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 #5FF221 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 242 33 -
CMYK 0.61 0 0.86 0.05
HSL 102.2º 0.89% 0.54% -
HSV(B) 102.2º 0.86% 0.95% -
XYZ 36.75 66.05 12.25 -
YUV 174.22 48.3 71.49 -
System Red Green Blue C M Y K H S L
Decimal 95 242 33 0.61 0 0.86 0.05 102.2 0.89 0.54
Hex 5F F2 21 3D 0 56 5 66 59 36
Octal 137 362 41 75 0 126 5 146 131 66
Binary 1011111 11110010 100001 111101 0 1010110 101 1100110 1011001 110110

Color Harmonies of #5FF221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FF221

Black with #5FF221

Text Example


Text Example

White with #5FF221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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