Html Css Color HEX #4ADC07 Kelly Green

📋 copy color: '#4ADC07'

red 74 ◦ green 220 ◦ blue 7

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

Shades of Kelly Green #4ADC07

Tints of Kelly Green #4ADC07

RGB

 RED value IS 74 (29.3% from 255) = 24.58%

 GREEN value IS 220 (86.33% from 255) = 73.09%

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 24.58%
G = 73.09%
B = 2.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#4ADC07 (or 0x4ADC07) is known color: Kelly Green. HEX triplet: 4A, DC and 07. RGB value is (74,220,7). Sum of RGB (Red+Green+Blue) = 74+220+7=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 220 (86.33% from 255 or 73.09% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADC07 is #B523F8. Grayscale: #989898. Windows color (decimal): -11871225 or 515146. OLE color: 515146.

HSL color Cylindrical-coordinate representation of color #4ADC07: hue angle of 101.13º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4ADC07 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 220 7 -
CMYK 0.66 0 0.97 0.14
HSL 101.13º 0.94% 0.45% -
HSV(B) 101.13º 0.97% 0.86% -
XYZ 28.46 52.66 8.87 -
YUV 152.06 46.13 72.32 -
System Red Green Blue C M Y K H S L
Decimal 74 220 7 0.66 0 0.97 0.14 101.13 0.94 0.45
Hex 4A DC 7 42 0 61 E 65 5E 2D
Octal 112 334 7 102 0 141 16 145 136 55
Binary 1001010 11011100 111 1000010 0 1100001 1110 1100101 1011110 101101

Color Harmonies of #4ADC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADC07

Black with #4ADC07

Text Example


Text Example

White with #4ADC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ADC07; }

 p { color: rgb(74,220,7); }

 H1.HeaderClassName
 {
   color: #4ADC07;
 }
 .AnyTagClassName
 {
   color: #4ADC07;
 }
</style>

background-color css

<style>
 a { background-color: #4ADC07; }

 a { background-color: rgb(74,220,7); }

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

border-color css

<style>
 span { border-color: #4ADC07; }

 span { border-color: rgb(74,220,7); }

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