Html Css Color HEX #5DBA01 Kelly Green

📋 copy color: '#5DBA01'

red 93 ◦ green 186 ◦ blue 1

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

Shades of Kelly Green #5DBA01

Tints of Kelly Green #5DBA01

RGB

 RED value IS 93 (36.72% from 255) = 33.21%

 GREEN value IS 186 (73.05% from 255) = 66.43%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 33.21%
G = 66.43%
B = 0.36%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#5DBA01 (or 0x5DBA01) is known color: Kelly Green. HEX triplet: 5D, BA and 01. RGB value is (93,186,1). Sum of RGB (Red+Green+Blue) = 93+186+1=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 186 (73.05% from 255 or 66.43% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DBA01 is #A245FE. Grayscale: #898989. Windows color (decimal): -10634751 or 113245. OLE color: 113245.

HSL color Cylindrical-coordinate representation of color #5DBA01: hue angle of 90.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DBA01 is Cyan = 0.5, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 186 1 -
CMYK 0.5 0 0.99 0.27
HSL 90.16º 0.99% 0.37% -
HSV(B) 90.16º 0.99% 0.73% -
XYZ 22.08 37.45 6.09 -
YUV 137.1 51.19 96.54 -
System Red Green Blue C M Y K H S L
Decimal 93 186 1 0.5 0 0.99 0.27 90.16 0.99 0.37
Hex 5D BA 1 32 0 63 1B 5A 63 25
Octal 135 272 1 62 0 143 33 132 143 45
Binary 1011101 10111010 1 110010 0 1100011 11011 1011010 1100011 100101

Color Harmonies of #5DBA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA01

Black with #5DBA01

Text Example


Text Example

White with #5DBA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,186,1); }

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

background-color css

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

 a { background-color: rgb(93,186,1); }

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

border-color css

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

 span { border-color: rgb(93,186,1); }

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