Html Css Color HEX #3DC820 Kelly Green

📋 copy color: '#3DC820'

red 61 ◦ green 200 ◦ blue 32

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

Shades of Kelly Green #3DC820

Tints of Kelly Green #3DC820

RGB

 RED value IS 61 (24.22% from 255) = 20.82%

 GREEN value IS 200 (78.52% from 255) = 68.26%

 BLUE value IS 32 (12.89% from 255) = 10.92%

R = 20.82%
G = 68.26%
B = 10.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#3DC820 (or 0x3DC820) is known color: Kelly Green. HEX triplet: 3D, C8 and 20. RGB value is (61,200,32). Sum of RGB (Red+Green+Blue) = 61+200+32=293 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.82% from 293); Green value is 200 (78.52% from 255 or 68.26% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC820 is #C237DF. Grayscale: #8B8B8B. Windows color (decimal): -12728288 or 2148413. OLE color: 2148413.

HSL color Cylindrical-coordinate representation of color #3DC820: hue angle of 109.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3DC820 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 61 200 32 -
CMYK 0.69 0 0.84 0.22
HSL 109.64º 0.72% 0.45% -
HSV(B) 109.64º 0.84% 0.78% -
XYZ 22.84 42.4 8.35 -
YUV 139.29 67.45 72.16 -
System Red Green Blue C M Y K H S L
Decimal 61 200 32 0.69 0 0.84 0.22 109.64 0.72 0.45
Hex 3D C8 20 45 0 54 16 6E 48 2D
Octal 75 310 40 105 0 124 26 156 110 55
Binary 111101 11001000 100000 1000101 0 1010100 10110 1101110 1001000 101101

Color Harmonies of #3DC820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DC820

Black with #3DC820

Text Example


Text Example

White with #3DC820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DC820; }

 p { color: rgb(61,200,32); }

 H1.HeaderClassName
 {
   color: #3DC820;
 }
 .AnyTagClassName
 {
   color: #3DC820;
 }
</style>

background-color css

<style>
 a { background-color: #3DC820; }

 a { background-color: rgb(61,200,32); }

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

border-color css

<style>
 span { border-color: #3DC820; }

 span { border-color: rgb(61,200,32); }

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