Html Css Color HEX #5FCC2F Kelly Green

📋 copy color: '#5FCC2F'

red 95 ◦ green 204 ◦ blue 47

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

Shades of Kelly Green #5FCC2F

Tints of Kelly Green #5FCC2F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.96%

 BLUE value IS 47 (18.75% from 255) = 13.58%

R = 27.46%
G = 58.96%
B = 13.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#5FCC2F (or 0x5FCC2F) is known color: Kelly Green. HEX triplet: 5F, CC and 2F. RGB value is (95,204,47). Sum of RGB (Red+Green+Blue) = 95+204+47=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCC2F is #A033D0. Grayscale: #9A9A9A. Windows color (decimal): -10499025 or 3132511. OLE color: 3132511.

HSL color Cylindrical-coordinate representation of color #5FCC2F: hue angle of 101.66º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FCC2F is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 95 204 47 -
CMYK 0.53 0 0.77 0.2
HSL 101.66º 0.63% 0.49% -
HSV(B) 101.66º 0.77% 0.8% -
XYZ 26.83 45.82 10.12 -
YUV 153.51 67.89 86.27 -
System Red Green Blue C M Y K H S L
Decimal 95 204 47 0.53 0 0.77 0.2 101.66 0.63 0.49
Hex 5F CC 2F 35 0 4D 14 66 3F 31
Octal 137 314 57 65 0 115 24 146 77 61
Binary 1011111 11001100 101111 110101 0 1001101 10100 1100110 111111 110001

Color Harmonies of #5FCC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCC2F

Black with #5FCC2F

Text Example


Text Example

White with #5FCC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,204,47); }

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

background-color css

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

 a { background-color: rgb(95,204,47); }

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

border-color css

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

 span { border-color: rgb(95,204,47); }

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