Html Css Color HEX #42A100 Kelly Green

📋 copy color: '#42A100'

red 66 ◦ green 161 ◦ blue 0

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

Shades of Kelly Green #42A100

Tints of Kelly Green #42A100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 70.93%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 29.07%
G = 70.93%
B = 0%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#42A100 (or 0x42A100) is known color: Kelly Green. HEX triplet: 42, A1 and 00. RGB value is (66,161,0). Sum of RGB (Red+Green+Blue) = 66+161+0=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 161 (63.28% from 255 or 70.93% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 161 - color contains mainly: green. Hex color #42A100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A100 is #BD5EFF. Grayscale: #727272. Windows color (decimal): -12410624 or 41282. OLE color: 41282.

HSL color Cylindrical-coordinate representation of color #42A100: hue angle of 95.4º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42A100 is Cyan = 0.59, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 161 0 -
CMYK 0.59 0 1 0.37
HSL 95.4º 1% 0.32% -
HSV(B) 95.4º 1% 0.63% -
XYZ 14.99 26.65 4.35 -
YUV 114.24 63.53 93.59 -
System Red Green Blue C M Y K H S L
Decimal 66 161 0 0.59 0 1 0.37 95.4 1 0.32
Hex 42 A1 0 3B 0 64 25 5F 64 20
Octal 102 241 0 73 0 144 45 137 144 40
Binary 1000010 10100001 0 111011 0 1100100 100101 1011111 1100100 100000

Color Harmonies of #42A100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A100

Black with #42A100

Text Example


Text Example

White with #42A100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,161,0); }

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

background-color css

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

 a { background-color: rgb(66,161,0); }

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

border-color css

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

 span { border-color: rgb(66,161,0); }

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