Html Css Color HEX #4ADF12 Kelly Green

📋 copy color: '#4ADF12'

red 74 ◦ green 223 ◦ blue 18

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

Shades of Kelly Green #4ADF12

Tints of Kelly Green #4ADF12

RGB

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

 GREEN value IS 223 (87.5% from 255) = 70.79%

 BLUE value IS 18 (7.42% from 255) = 5.71%

R = 23.49%
G = 70.79%
B = 5.71%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#4ADF12 (or 0x4ADF12) is known color: Kelly Green. HEX triplet: 4A, DF and 12. RGB value is (74,223,18). Sum of RGB (Red+Green+Blue) = 74+223+18=315 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.49% from 315); Green value is 223 (87.5% from 255 or 70.79% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADF12 is #B520ED. Grayscale: #9B9B9B. Windows color (decimal): -11870446 or 1236810. OLE color: 1236810.

HSL color Cylindrical-coordinate representation of color #4ADF12: hue angle of 103.61º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4ADF12 is Cyan = 0.67, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 223 18 -
CMYK 0.67 0 0.92 0.13
HSL 103.61º 0.85% 0.47% -
HSV(B) 103.61º 0.92% 0.87% -
XYZ 29.32 54.27 9.5 -
YUV 155.08 50.64 70.17 -
System Red Green Blue C M Y K H S L
Decimal 74 223 18 0.67 0 0.92 0.13 103.61 0.85 0.47
Hex 4A DF 12 43 0 5C D 68 55 2F
Octal 112 337 22 103 0 134 15 150 125 57
Binary 1001010 11011111 10010 1000011 0 1011100 1101 1101000 1010101 101111

Color Harmonies of #4ADF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ADF12

Black with #4ADF12

Text Example


Text Example

White with #4ADF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,223,18); }

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

background-color css

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

 a { background-color: rgb(74,223,18); }

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

border-color css

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

 span { border-color: rgb(74,223,18); }

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