Html Css Color HEX #5DCD05 Kelly Green

📋 copy color: '#5DCD05'

red 93 ◦ green 205 ◦ blue 5

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

Shades of Kelly Green #5DCD05

Tints of Kelly Green #5DCD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.65%

R = 30.69%
G = 67.66%
B = 1.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#5DCD05 (or 0x5DCD05) is known color: Kelly Green. HEX triplet: 5D, CD and 05. RGB value is (93,205,5). Sum of RGB (Red+Green+Blue) = 93+205+5=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 205 (80.47% from 255 or 67.66% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DCD05 is #A232FA. Grayscale: #959595. Windows color (decimal): -10629883 or 380253. OLE color: 380253.

HSL color Cylindrical-coordinate representation of color #5DCD05: hue angle of 93.6º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5DCD05 is Cyan = 0.55, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 205 5 -
CMYK 0.55 0 0.98 0.20
HSL 93.6º 0.95% 0.41% -
HSV(B) 93.6º 0.98% 0.8% -
XYZ 26.37 46 7.63 -
YUV 148.71 46.89 88.26 -
System Red Green Blue C M Y K H S L
Decimal 93 205 5 0.55 0 0.98 0.20 93.6 0.95 0.41
Hex 5D CD 5 37 0 62 14 5E 5F 29
Octal 135 315 5 67 0 142 24 136 137 51
Binary 1011101 11001101 101 110111 0 1100010 10100 1011110 1011111 101001

Color Harmonies of #5DCD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCD05

Black with #5DCD05

Text Example


Text Example

White with #5DCD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,205,5); }

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

background-color css

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

 a { background-color: rgb(93,205,5); }

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

border-color css

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

 span { border-color: rgb(93,205,5); }

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