Html Css Color HEX #5FCF2C Kelly Green

📋 copy color: '#5FCF2C'

red 95 ◦ green 207 ◦ blue 44

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

Shades of Kelly Green #5FCF2C

Tints of Kelly Green #5FCF2C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 59.83%

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 27.46%
G = 59.83%
B = 12.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#5FCF2C (or 0x5FCF2C) is known color: Kelly Green. HEX triplet: 5F, CF and 2C. RGB value is (95,207,44). Sum of RGB (Red+Green+Blue) = 95+207+44=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCF2C is #A030D3. Grayscale: #9B9B9B. Windows color (decimal): -10498260 or 2936671. OLE color: 2936671.

HSL color Cylindrical-coordinate representation of color #5FCF2C: hue angle of 101.23º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FCF2C is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 207 44 -
CMYK 0.54 0 0.79 0.19
HSL 101.23º 0.65% 0.49% -
HSV(B) 101.23º 0.79% 0.81% -
XYZ 27.49 47.24 10.05 -
YUV 154.93 65.39 85.25 -
System Red Green Blue C M Y K H S L
Decimal 95 207 44 0.54 0 0.79 0.19 101.23 0.65 0.49
Hex 5F CF 2C 36 0 4F 13 65 41 31
Octal 137 317 54 66 0 117 23 145 101 61
Binary 1011111 11001111 101100 110110 0 1001111 10011 1100101 1000001 110001

Color Harmonies of #5FCF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCF2C

Black with #5FCF2C

Text Example


Text Example

White with #5FCF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,207,44); }

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

background-color css

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

 a { background-color: rgb(95,207,44); }

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

border-color css

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

 span { border-color: rgb(95,207,44); }

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