Html Css Color HEX #5FCF1C Kelly Green

📋 copy color: '#5FCF1C'

red 95 ◦ green 207 ◦ blue 28

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

Shades of Kelly Green #5FCF1C

Tints of Kelly Green #5FCF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.48%

R = 28.79%
G = 62.73%
B = 8.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#5FCF1C (or 0x5FCF1C) is known color: Kelly Green. HEX triplet: 5F, CF and 1C. RGB value is (95,207,28). Sum of RGB (Red+Green+Blue) = 95+207+28=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 207 (81.25% from 255 or 62.73% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FCF1C is #A030E3. Grayscale: #999999. Windows color (decimal): -10498276 or 1888095. OLE color: 1888095.

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

Color convert

RGB 95 207 28 -
CMYK 0.54 0 0.86 0.19
HSL 97.54º 0.76% 0.46% -
HSV(B) 97.54º 0.86% 0.81% -
XYZ 27.24 47.14 8.76 -
YUV 153.11 57.39 86.55 -
System Red Green Blue C M Y K H S L
Decimal 95 207 28 0.54 0 0.86 0.19 97.54 0.76 0.46
Hex 5F CF 1C 36 0 56 13 62 4C 2E
Octal 137 317 34 66 0 126 23 142 114 56
Binary 1011111 11001111 11100 110110 0 1010110 10011 1100010 1001100 101110

Color Harmonies of #5FCF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCF1C

Black with #5FCF1C

Text Example


Text Example

White with #5FCF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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