Html Css Color HEX #5FC001 Kelly Green

📋 copy color: '#5FC001'

red 95 ◦ green 192 ◦ blue 1

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

Shades of Kelly Green #5FC001

Tints of Kelly Green #5FC001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 66.67%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 32.99%
G = 66.67%
B = 0.35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#5FC001 (or 0x5FC001) is known color: Kelly Green. HEX triplet: 5F, C0 and 01. RGB value is (95,192,1). Sum of RGB (Red+Green+Blue) = 95+192+1=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC001 is #A03FFE. Grayscale: #8D8D8D. Windows color (decimal): -10502143 or 114783. OLE color: 114783.

HSL color Cylindrical-coordinate representation of color #5FC001: hue angle of 90.47º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5FC001 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 192 1 -
CMYK 0.51 0 0.99 0.25
HSL 90.47º 0.99% 0.38% -
HSV(B) 90.47º 0.99% 0.75% -
XYZ 23.57 40.13 6.53 -
YUV 141.22 48.86 95.03 -
System Red Green Blue C M Y K H S L
Decimal 95 192 1 0.51 0 0.99 0.25 90.47 0.99 0.38
Hex 5F C0 1 33 0 63 19 5A 63 26
Octal 137 300 1 63 0 143 31 132 143 46
Binary 1011111 11000000 1 110011 0 1100011 11001 1011010 1100011 100110

Color Harmonies of #5FC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC001

Black with #5FC001

Text Example


Text Example

White with #5FC001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,192,1); }

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

background-color css

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

 a { background-color: rgb(95,192,1); }

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

border-color css

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

 span { border-color: rgb(95,192,1); }

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