Html Css Color HEX #5FB80B Kelly Green

📋 copy color: '#5FB80B'

red 95 ◦ green 184 ◦ blue 11

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

Shades of Kelly Green #5FB80B

Tints of Kelly Green #5FB80B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 63.45%

 BLUE value IS 11 (4.69% from 255) = 3.79%

R = 32.76%
G = 63.45%
B = 3.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#5FB80B (or 0x5FB80B) is known color: Kelly Green. HEX triplet: 5F, B8 and 0B. RGB value is (95,184,11). Sum of RGB (Red+Green+Blue) = 95+184+11=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 184 (72.27% from 255 or 63.45% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FB80B is #A047F4. Grayscale: #8A8A8A. Windows color (decimal): -10504181 or 768095. OLE color: 768095.

HSL color Cylindrical-coordinate representation of color #5FB80B: hue angle of 90.87º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5FB80B is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 95 184 11 -
CMYK 0.48 0 0.94 0.28
HSL 90.87º 0.89% 0.38% -
HSV(B) 90.87º 0.94% 0.72% -
XYZ 21.92 36.74 6.25 -
YUV 137.67 56.51 97.57 -
System Red Green Blue C M Y K H S L
Decimal 95 184 11 0.48 0 0.94 0.28 90.87 0.89 0.38
Hex 5F B8 B 30 0 5E 1C 5B 59 26
Octal 137 270 13 60 0 136 34 133 131 46
Binary 1011111 10111000 1011 110000 0 1011110 11100 1011011 1011001 100110

Color Harmonies of #5FB80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB80B

Black with #5FB80B

Text Example


Text Example

White with #5FB80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,184,11); }

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

background-color css

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

 a { background-color: rgb(95,184,11); }

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

border-color css

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

 span { border-color: rgb(95,184,11); }

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