Html Css Color HEX #5FC30C Kelly Green

📋 copy color: '#5FC30C'

red 95 ◦ green 195 ◦ blue 12

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

Shades of Kelly Green #5FC30C

Tints of Kelly Green #5FC30C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 64.57%

 BLUE value IS 12 (5.08% from 255) = 3.97%

R = 31.46%
G = 64.57%
B = 3.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#5FC30C (or 0x5FC30C) is known color: Kelly Green. HEX triplet: 5F, C3 and 0C. RGB value is (95,195,12). Sum of RGB (Red+Green+Blue) = 95+195+12=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 195 (76.56% from 255 or 64.57% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC30C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FC30C is #A03CF3. Grayscale: #909090. Windows color (decimal): -10501364 or 836447. OLE color: 836447.

HSL color Cylindrical-coordinate representation of color #5FC30C: hue angle of 92.79º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5FC30C is Cyan = 0.51, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 95 195 12 -
CMYK 0.51 0 0.94 0.24
HSL 92.79º 0.88% 0.41% -
HSV(B) 92.79º 0.94% 0.76% -
XYZ 24.3 41.49 7.08 -
YUV 144.24 53.37 92.88 -
System Red Green Blue C M Y K H S L
Decimal 95 195 12 0.51 0 0.94 0.24 92.79 0.88 0.41
Hex 5F C3 C 33 0 5E 18 5D 58 29
Octal 137 303 14 63 0 136 30 135 130 51
Binary 1011111 11000011 1100 110011 0 1011110 11000 1011101 1011000 101001

Color Harmonies of #5FC30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC30C

Black with #5FC30C

Text Example


Text Example

White with #5FC30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,195,12); }

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

background-color css

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

 a { background-color: rgb(95,195,12); }

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

border-color css

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

 span { border-color: rgb(95,195,12); }

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