Html Css Color HEX #3CAA05 Kelly Green

📋 copy color: '#3CAA05'

red 60 ◦ green 170 ◦ blue 5

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

Shades of Kelly Green #3CAA05

Tints of Kelly Green #3CAA05

RGB

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

 GREEN value IS 170 (66.8% from 255) = 72.34%

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 25.53%
G = 72.34%
B = 2.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#3CAA05 (or 0x3CAA05) is known color: Kelly Green. HEX triplet: 3C, AA and 05. RGB value is (60,170,5). Sum of RGB (Red+Green+Blue) = 60+170+5=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 170 (66.80% from 255 or 72.34% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3CAA05 is #C355FA. Grayscale: #767676. Windows color (decimal): -12801531 or 371260. OLE color: 371260.

HSL color Cylindrical-coordinate representation of color #3CAA05: hue angle of 100º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3CAA05 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 170 5 -
CMYK 0.65 0 0.97 0.33
HSL 100º 0.94% 0.34% -
HSV(B) 100º 0.97% 0.67% -
XYZ 16.27 29.72 5.02 -
YUV 118.3 64.06 86.42 -
System Red Green Blue C M Y K H S L
Decimal 60 170 5 0.65 0 0.97 0.33 100 0.94 0.34
Hex 3C AA 5 41 0 61 21 64 5E 22
Octal 74 252 5 101 0 141 41 144 136 42
Binary 111100 10101010 101 1000001 0 1100001 100001 1100100 1011110 100010

Color Harmonies of #3CAA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA05

Black with #3CAA05

Text Example


Text Example

White with #3CAA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,170,5); }

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

background-color css

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

 a { background-color: rgb(60,170,5); }

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

border-color css

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

 span { border-color: rgb(60,170,5); }

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