Html Css Color HEX #5DCD02 Kelly Green

📋 copy color: '#5DCD02'

red 93 ◦ green 205 ◦ blue 2

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

Shades of Kelly Green #5DCD02

Tints of Kelly Green #5DCD02

RGB

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

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

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

R = 31%
G = 68.33%
B = 0.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#5DCD02 (or 0x5DCD02) is known color: Kelly Green. HEX triplet: 5D, CD and 02. RGB value is (93,205,2). Sum of RGB (Red+Green+Blue) = 93+205+2=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 205 (80.47% from 255 or 68.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5DCD02 is #A232FD. Grayscale: #959595. Windows color (decimal): -10629886 or 183645. OLE color: 183645.

HSL color Cylindrical-coordinate representation of color #5DCD02: hue angle of 93.1º degrees, saturation: 0.98, 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 #5DCD02 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 205 2 -
CMYK 0.55 0 0.99 0.20
HSL 93.1º 0.98% 0.41% -
HSV(B) 93.1º 0.99% 0.8% -
XYZ 26.36 45.99 7.55 -
YUV 148.37 45.39 88.51 -
System Red Green Blue C M Y K H S L
Decimal 93 205 2 0.55 0 0.99 0.20 93.1 0.98 0.41
Hex 5D CD 2 37 0 63 14 5D 62 29
Octal 135 315 2 67 0 143 24 135 142 51
Binary 1011101 11001101 10 110111 0 1100011 10100 1011101 1100010 101001

Color Harmonies of #5DCD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCD02

Black with #5DCD02

Text Example


Text Example

White with #5DCD02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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