Html Css Color HEX #5ACD00 Kelly Green

📋 copy color: '#5ACD00'

red 90 ◦ green 205 ◦ blue 0

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

Shades of Kelly Green #5ACD00

Tints of Kelly Green #5ACD00

RGB

 RED value IS 90 (35.55% from 255) = 30.51%

 GREEN value IS 205 (80.47% from 255) = 69.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 30.51%
G = 69.49%
B = 0%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#5ACD00 (or 0x5ACD00) is known color: Kelly Green. HEX triplet: 5A, CD and 00. RGB value is (90,205,0). Sum of RGB (Red+Green+Blue) = 90+205+0=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 205 (80.47% from 255 or 69.49% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5ACD00 is #A532FF. Grayscale: #939393. Windows color (decimal): -10826496 or 52570. OLE color: 52570.

HSL color Cylindrical-coordinate representation of color #5ACD00: hue angle of 93.66º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5ACD00 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 205 0 -
CMYK 0.56 0 1 0.20
HSL 93.66º 1% 0.4% -
HSV(B) 93.66º 1% 0.8% -
XYZ 26.05 45.84 7.47 -
YUV 147.25 44.9 87.17 -
System Red Green Blue C M Y K H S L
Decimal 90 205 0 0.56 0 1 0.20 93.66 1 0.4
Hex 5A CD 0 38 0 64 14 5E 64 28
Octal 132 315 0 70 0 144 24 136 144 50
Binary 1011010 11001101 0 111000 0 1100100 10100 1011110 1100100 101000

Color Harmonies of #5ACD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACD00

Black with #5ACD00

Text Example


Text Example

White with #5ACD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,205,0); }

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

background-color css

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

 a { background-color: rgb(90,205,0); }

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

border-color css

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

 span { border-color: rgb(90,205,0); }

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