Html Css Color HEX #42A105 Kelly Green

📋 copy color: '#42A105'

red 66 ◦ green 161 ◦ blue 5

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

Shades of Kelly Green #42A105

Tints of Kelly Green #42A105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 28.45%
G = 69.4%
B = 2.16%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#42A105 (or 0x42A105) is known color: Kelly Green. HEX triplet: 42, A1 and 05. RGB value is (66,161,5). Sum of RGB (Red+Green+Blue) = 66+161+5=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 161 (63.28% from 255 or 69.40% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 161 - color contains mainly: green. Hex color #42A105 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A105 is #BD5EFA. Grayscale: #737373. Windows color (decimal): -12410619 or 368962. OLE color: 368962.

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

Color convert

RGB 66 161 5 -
CMYK 0.59 0 0.97 0.37
HSL 96.54º 0.94% 0.33% -
HSV(B) 96.54º 0.97% 0.63% -
XYZ 15.02 26.66 4.5 -
YUV 114.81 66.03 93.18 -
System Red Green Blue C M Y K H S L
Decimal 66 161 5 0.59 0 0.97 0.37 96.54 0.94 0.33
Hex 42 A1 5 3B 0 61 25 61 5E 21
Octal 102 241 5 73 0 141 45 141 136 41
Binary 1000010 10100001 101 111011 0 1100001 100101 1100001 1011110 100001

Color Harmonies of #42A105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A105

Black with #42A105

Text Example


Text Example

White with #42A105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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