Html Css Color HEX #4AD01B Kelly Green

📋 copy color: '#4AD01B'

red 74 ◦ green 208 ◦ blue 27

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

Shades of Kelly Green #4AD01B

Tints of Kelly Green #4AD01B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 67.31%

 BLUE value IS 27 (10.94% from 255) = 8.74%

R = 23.95%
G = 67.31%
B = 8.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#4AD01B (or 0x4AD01B) is known color: Kelly Green. HEX triplet: 4A, D0 and 1B. RGB value is (74,208,27). Sum of RGB (Red+Green+Blue) = 74+208+27=309 (40% of max value = 765). Red value is 74 (29.30% from 255 or 23.95% from 309); Green value is 208 (81.64% from 255 or 67.31% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD01B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD01B is #B52FE4. Grayscale: #939393. Windows color (decimal): -11874277 or 1822794. OLE color: 1822794.

HSL color Cylindrical-coordinate representation of color #4AD01B: hue angle of 104.42º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4AD01B is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 208 27 -
CMYK 0.64 0 0.87 0.18
HSL 104.42º 0.77% 0.46% -
HSV(B) 104.42º 0.87% 0.82% -
XYZ 25.58 46.65 8.69 -
YUV 147.3 60.11 75.72 -
System Red Green Blue C M Y K H S L
Decimal 74 208 27 0.64 0 0.87 0.18 104.42 0.77 0.46
Hex 4A D0 1B 40 0 57 12 68 4D 2E
Octal 112 320 33 100 0 127 22 150 115 56
Binary 1001010 11010000 11011 1000000 0 1010111 10010 1101000 1001101 101110

Color Harmonies of #4AD01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AD01B

Black with #4AD01B

Text Example


Text Example

White with #4AD01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,208,27); }

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

background-color css

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

 a { background-color: rgb(74,208,27); }

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

border-color css

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

 span { border-color: rgb(74,208,27); }

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