Html Css Color HEX #42C612 Kelly Green

📋 copy color: '#42C612'

red 66 ◦ green 198 ◦ blue 18

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

Shades of Kelly Green #42C612

Tints of Kelly Green #42C612

RGB

 RED value IS 66 (26.17% from 255) = 23.4%

 GREEN value IS 198 (77.73% from 255) = 70.21%

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

R = 23.4%
G = 70.21%
B = 6.38%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#42C612 (or 0x42C612) is known color: Kelly Green. HEX triplet: 42, C6 and 12. RGB value is (66,198,18). Sum of RGB (Red+Green+Blue) = 66+198+18=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 198 (77.73% from 255 or 70.21% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 198 - color contains mainly: green. Hex color #42C612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C612 is #BD39ED. Grayscale: #8A8A8A. Windows color (decimal): -12401134 or 1230402. OLE color: 1230402.

HSL color Cylindrical-coordinate representation of color #42C612: hue angle of 104º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42C612 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 198 18 -
CMYK 0.67 0 0.91 0.22
HSL 104º 0.83% 0.42% -
HSV(B) 104º 0.91% 0.78% -
XYZ 22.55 41.59 7.41 -
YUV 138.01 60.27 76.64 -
System Red Green Blue C M Y K H S L
Decimal 66 198 18 0.67 0 0.91 0.22 104 0.83 0.42
Hex 42 C6 12 43 0 5B 16 68 53 2A
Octal 102 306 22 103 0 133 26 150 123 52
Binary 1000010 11000110 10010 1000011 0 1011011 10110 1101000 1010011 101010

Color Harmonies of #42C612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C612

Black with #42C612

Text Example


Text Example

White with #42C612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42C612; }

 p { color: rgb(66,198,18); }

 H1.HeaderClassName
 {
   color: #42C612;
 }
 .AnyTagClassName
 {
   color: #42C612;
 }
</style>

background-color css

<style>
 a { background-color: #42C612; }

 a { background-color: rgb(66,198,18); }

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

border-color css

<style>
 span { border-color: #42C612; }

 span { border-color: rgb(66,198,18); }

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