Html Css Color HEX #5DCA01 Kelly Green

📋 copy color: '#5DCA01'

red 93 ◦ green 202 ◦ blue 1

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

Shades of Kelly Green #5DCA01

Tints of Kelly Green #5DCA01

RGB

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

 GREEN value IS 202 (79.3% from 255) = 68.24%

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

R = 31.42%
G = 68.24%
B = 0.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#5DCA01 (or 0x5DCA01) is known color: Kelly Green. HEX triplet: 5D, CA and 01. RGB value is (93,202,1). Sum of RGB (Red+Green+Blue) = 93+202+1=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 202 (79.30% from 255 or 68.24% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DCA01 is #A235FE. Grayscale: #939393. Windows color (decimal): -10630655 or 117341. OLE color: 117341.

HSL color Cylindrical-coordinate representation of color #5DCA01: hue angle of 92.54º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5DCA01 is Cyan = 0.54, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 202 1 -
CMYK 0.54 0 1.00 0.21
HSL 92.54º 0.99% 0.4% -
HSV(B) 92.54º 1% 0.79% -
XYZ 25.64 44.57 7.28 -
YUV 146.5 45.89 89.84 -
System Red Green Blue C M Y K H S L
Decimal 93 202 1 0.54 0 1.00 0.21 92.54 0.99 0.4
Hex 5D CA 1 36 0 64 15 5D 63 28
Octal 135 312 1 66 0 144 25 135 143 50
Binary 1011101 11001010 1 110110 0 1100100 10101 1011101 1100011 101000

Color Harmonies of #5DCA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCA01

Black with #5DCA01

Text Example


Text Example

White with #5DCA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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