Html Css Color HEX #5DC302 Kelly Green

📋 copy color: '#5DC302'

red 93 ◦ green 195 ◦ blue 2

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

Shades of Kelly Green #5DC302

Tints of Kelly Green #5DC302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 67.24%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 32.07%
G = 67.24%
B = 0.69%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#5DC302 (or 0x5DC302) is known color: Kelly Green. HEX triplet: 5D, C3 and 02. RGB value is (93,195,2). Sum of RGB (Red+Green+Blue) = 93+195+2=290 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.07% from 290); Green value is 195 (76.56% from 255 or 67.24% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DC302 is #A23CFD. Grayscale: #8F8F8F. Windows color (decimal): -10632446 or 181085. OLE color: 181085.

HSL color Cylindrical-coordinate representation of color #5DC302: hue angle of 91.71º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5DC302 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 93 195 2 -
CMYK 0.52 0 0.99 0.24
HSL 91.71º 0.98% 0.39% -
HSV(B) 91.71º 0.99% 0.76% -
XYZ 24.04 41.36 6.77 -
YUV 142.5 48.71 92.69 -
System Red Green Blue C M Y K H S L
Decimal 93 195 2 0.52 0 0.99 0.24 91.71 0.98 0.39
Hex 5D C3 2 34 0 63 18 5C 62 27
Octal 135 303 2 64 0 143 30 134 142 47
Binary 1011101 11000011 10 110100 0 1100011 11000 1011100 1100010 100111

Color Harmonies of #5DC302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DC302

Black with #5DC302

Text Example


Text Example

White with #5DC302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,195,2); }

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

background-color css

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

 a { background-color: rgb(93,195,2); }

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

border-color css

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

 span { border-color: rgb(93,195,2); }

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