Html Css Color HEX #5BBF0C Kelly Green

📋 copy color: '#5BBF0C'

red 91 ◦ green 191 ◦ blue 12

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

Shades of Kelly Green #5BBF0C

Tints of Kelly Green #5BBF0C

RGB

 RED value IS 91 (35.94% from 255) = 30.95%

 GREEN value IS 191 (75% from 255) = 64.97%

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

R = 30.95%
G = 64.97%
B = 4.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#5BBF0C (or 0x5BBF0C) is known color: Kelly Green. HEX triplet: 5B, BF and 0C. RGB value is (91,191,12). Sum of RGB (Red+Green+Blue) = 91+191+12=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 191 (75% from 255 or 64.97% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 191 - color contains mainly: green. Hex color #5BBF0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5BBF0C is #A440F3. Grayscale: #8D8D8D. Windows color (decimal): -10764532 or 835419. OLE color: 835419.

HSL color Cylindrical-coordinate representation of color #5BBF0C: hue angle of 93.52º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5BBF0C is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 91 191 12 -
CMYK 0.52 0 0.94 0.25
HSL 93.52º 0.88% 0.4% -
HSV(B) 93.52º 0.94% 0.75% -
XYZ 23.01 39.51 6.76 -
YUV 140.69 55.37 92.55 -
System Red Green Blue C M Y K H S L
Decimal 91 191 12 0.52 0 0.94 0.25 93.52 0.88 0.4
Hex 5B BF C 34 0 5E 19 5E 58 28
Octal 133 277 14 64 0 136 31 136 130 50
Binary 1011011 10111111 1100 110100 0 1011110 11001 1011110 1011000 101000

Color Harmonies of #5BBF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BBF0C

Black with #5BBF0C

Text Example


Text Example

White with #5BBF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,191,12); }

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

background-color css

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

 a { background-color: rgb(91,191,12); }

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

border-color css

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

 span { border-color: rgb(91,191,12); }

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