Html Css Color HEX #5FE232 Kelly Green

📋 copy color: '#5FE232'

red 95 ◦ green 226 ◦ blue 50

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

Shades of Kelly Green #5FE232

Tints of Kelly Green #5FE232

RGB

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

 GREEN value IS 226 (88.67% from 255) = 60.92%

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 25.61%
G = 60.92%
B = 13.48%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#5FE232 (or 0x5FE232) is known color: Kelly Green. HEX triplet: 5F, E2 and 32. RGB value is (95,226,50). Sum of RGB (Red+Green+Blue) = 95+226+50=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 226 (88.67% from 255 or 60.92% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE232 is #A01DCD. Grayscale: #A7A7A7. Windows color (decimal): -10493390 or 3334751. OLE color: 3334751.

HSL color Cylindrical-coordinate representation of color #5FE232: hue angle of 104.66º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FE232 is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 95 226 50 -
CMYK 0.58 0 0.78 0.11
HSL 104.66º 0.75% 0.54% -
HSV(B) 104.66º 0.78% 0.89% -
XYZ 32.49 57.06 12.32 -
YUV 166.77 62.1 76.81 -
System Red Green Blue C M Y K H S L
Decimal 95 226 50 0.58 0 0.78 0.11 104.66 0.75 0.54
Hex 5F E2 32 3A 0 4E B 69 4B 36
Octal 137 342 62 72 0 116 13 151 113 66
Binary 1011111 11100010 110010 111010 0 1001110 1011 1101001 1001011 110110

Color Harmonies of #5FE232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FE232

Black with #5FE232

Text Example


Text Example

White with #5FE232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,226,50); }

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

background-color css

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

 a { background-color: rgb(95,226,50); }

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

border-color css

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

 span { border-color: rgb(95,226,50); }

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