Html Css Color HEX #5DCC30 Kelly Green

📋 copy color: '#5DCC30'

red 93 ◦ green 204 ◦ blue 48

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

Shades of Kelly Green #5DCC30

Tints of Kelly Green #5DCC30

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.13%

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

R = 26.96%
G = 59.13%
B = 13.91%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#5DCC30 (or 0x5DCC30) is known color: Kelly Green. HEX triplet: 5D, CC and 30. RGB value is (93,204,48). Sum of RGB (Red+Green+Blue) = 93+204+48=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCC30 is #A233CF. Grayscale: #999999. Windows color (decimal): -10630096 or 3198045. OLE color: 3198045.

HSL color Cylindrical-coordinate representation of color #5DCC30: hue angle of 102.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DCC30 is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 93 204 48 -
CMYK 0.54 0 0.76 0.2
HSL 102.69º 0.62% 0.49% -
HSV(B) 102.69º 0.76% 0.8% -
XYZ 26.64 45.73 10.22 -
YUV 153.03 68.73 85.18 -
System Red Green Blue C M Y K H S L
Decimal 93 204 48 0.54 0 0.76 0.2 102.69 0.62 0.49
Hex 5D CC 30 36 0 4C 14 67 3E 31
Octal 135 314 60 66 0 114 24 147 76 61
Binary 1011101 11001100 110000 110110 0 1001100 10100 1100111 111110 110001

Color Harmonies of #5DCC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCC30

Black with #5DCC30

Text Example


Text Example

White with #5DCC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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