Html Css Color HEX #5DCC03 Kelly Green

📋 copy color: '#5DCC03'

red 93 ◦ green 204 ◦ blue 3

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

Shades of Kelly Green #5DCC03

Tints of Kelly Green #5DCC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 31%
G = 68%
B = 1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#5DCC03 (or 0x5DCC03) is known color: Kelly Green. HEX triplet: 5D, CC and 03. RGB value is (93,204,3). Sum of RGB (Red+Green+Blue) = 93+204+3=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 204 (80.08% from 255 or 68% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DCC03 is #A233FC. Grayscale: #949494. Windows color (decimal): -10630141 or 248925. OLE color: 248925.

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

Color convert

RGB 93 204 3 -
CMYK 0.54 0 0.99 0.2
HSL 93.13º 0.97% 0.41% -
HSV(B) 93.13º 0.99% 0.8% -
XYZ 26.12 45.52 7.5 -
YUV 147.9 46.23 88.84 -
System Red Green Blue C M Y K H S L
Decimal 93 204 3 0.54 0 0.99 0.2 93.13 0.97 0.41
Hex 5D CC 3 36 0 63 14 5D 61 29
Octal 135 314 3 66 0 143 24 135 141 51
Binary 1011101 11001100 11 110110 0 1100011 10100 1011101 1100001 101001

Color Harmonies of #5DCC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCC03

Black with #5DCC03

Text Example


Text Example

White with #5DCC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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