Html Css Color HEX #3CA70D Kelly Green

📋 copy color: '#3CA70D'

red 60 ◦ green 167 ◦ blue 13

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

Shades of Kelly Green #3CA70D

Tints of Kelly Green #3CA70D

RGB

 RED value IS 60 (23.83% from 255) = 25%

 GREEN value IS 167 (65.63% from 255) = 69.58%

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 25%
G = 69.58%
B = 5.42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#3CA70D (or 0x3CA70D) is known color: Kelly Green. HEX triplet: 3C, A7 and 0D. RGB value is (60,167,13). Sum of RGB (Red+Green+Blue) = 60+167+13=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 167 (65.62% from 255 or 69.58% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA70D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CA70D is #C358F2. Grayscale: #757575. Windows color (decimal): -12802291 or 894780. OLE color: 894780.

HSL color Cylindrical-coordinate representation of color #3CA70D: hue angle of 101.69º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CA70D is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 60 167 13 -
CMYK 0.64 0 0.92 0.35
HSL 101.69º 0.86% 0.35% -
HSV(B) 101.69º 0.92% 0.65% -
XYZ 15.75 28.63 5.08 -
YUV 117.45 69.05 87.02 -
System Red Green Blue C M Y K H S L
Decimal 60 167 13 0.64 0 0.92 0.35 101.69 0.86 0.35
Hex 3C A7 D 40 0 5C 23 66 56 23
Octal 74 247 15 100 0 134 43 146 126 43
Binary 111100 10100111 1101 1000000 0 1011100 100011 1100110 1010110 100011

Color Harmonies of #3CA70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA70D

Black with #3CA70D

Text Example


Text Example

White with #3CA70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,167,13); }

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

background-color css

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

 a { background-color: rgb(60,167,13); }

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

border-color css

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

 span { border-color: rgb(60,167,13); }

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