Html Css Color HEX #42B60A Kelly Green

📋 copy color: '#42B60A'

red 66 ◦ green 182 ◦ blue 10

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

Shades of Kelly Green #42B60A

Tints of Kelly Green #42B60A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 70.54%

 BLUE value IS 10 (4.3% from 255) = 3.88%

R = 25.58%
G = 70.54%
B = 3.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#42B60A (or 0x42B60A) is known color: Kelly Green. HEX triplet: 42, B6 and 0A. RGB value is (66,182,10). Sum of RGB (Red+Green+Blue) = 66+182+10=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 182 (71.48% from 255 or 70.54% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 182 - color contains mainly: green. Hex color #42B60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B60A is #BD49F5. Grayscale: #808080. Windows color (decimal): -12405238 or 702018. OLE color: 702018.

HSL color Cylindrical-coordinate representation of color #42B60A: hue angle of 100.47º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42B60A is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 182 10 -
CMYK 0.64 0 0.95 0.29
HSL 100.47º 0.9% 0.38% -
HSV(B) 100.47º 0.95% 0.71% -
XYZ 19.03 34.64 5.97 -
YUV 127.71 61.57 83.99 -
System Red Green Blue C M Y K H S L
Decimal 66 182 10 0.64 0 0.95 0.29 100.47 0.9 0.38
Hex 42 B6 A 40 0 5F 1D 64 5A 26
Octal 102 266 12 100 0 137 35 144 132 46
Binary 1000010 10110110 1010 1000000 0 1011111 11101 1100100 1011010 100110

Color Harmonies of #42B60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B60A

Black with #42B60A

Text Example


Text Example

White with #42B60A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,182,10); }

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

background-color css

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

 a { background-color: rgb(66,182,10); }

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

border-color css

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

 span { border-color: rgb(66,182,10); }

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