Html Css Color HEX #5DCD30 Kelly Green

📋 copy color: '#5DCD30'

red 93 ◦ green 205 ◦ blue 48

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

Shades of Kelly Green #5DCD30

Tints of Kelly Green #5DCD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.87%

R = 26.88%
G = 59.25%
B = 13.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#5DCD30 (or 0x5DCD30) is known color: Kelly Green. HEX triplet: 5D, CD and 30. RGB value is (93,205,48). Sum of RGB (Red+Green+Blue) = 93+205+48=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 205 (80.47% from 255 or 59.25% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCD30 is #A232CF. Grayscale: #9A9A9A. Windows color (decimal): -10629840 or 3198301. OLE color: 3198301.

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

Color convert

RGB 93 205 48 -
CMYK 0.55 0 0.77 0.20
HSL 102.8º 0.62% 0.5% -
HSV(B) 102.8º 0.77% 0.8% -
XYZ 26.88 46.2 10.3 -
YUV 153.61 68.39 84.77 -
System Red Green Blue C M Y K H S L
Decimal 93 205 48 0.55 0 0.77 0.20 102.8 0.62 0.5
Hex 5D CD 30 37 0 4D 14 67 3E 32
Octal 135 315 60 67 0 115 24 147 76 62
Binary 1011101 11001101 110000 110111 0 1001101 10100 1100111 111110 110010

Color Harmonies of #5DCD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCD30

Black with #5DCD30

Text Example


Text Example

White with #5DCD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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