Html Css Color HEX #42B40A Kelly Green

📋 copy color: '#42B40A'

red 66 ◦ green 180 ◦ blue 10

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

Shades of Kelly Green #42B40A

Tints of Kelly Green #42B40A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 70.31%

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

R = 25.78%
G = 70.31%
B = 3.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#42B40A (or 0x42B40A) is known color: Kelly Green. HEX triplet: 42, B4 and 0A. RGB value is (66,180,10). Sum of RGB (Red+Green+Blue) = 66+180+10=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #42B40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B40A is #BD4BF5. Grayscale: #7F7F7F. Windows color (decimal): -12405750 or 701506. OLE color: 701506.

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

Color convert

RGB 66 180 10 -
CMYK 0.63 0 0.94 0.29
HSL 100.24º 0.89% 0.37% -
HSV(B) 100.24º 0.94% 0.71% -
XYZ 18.62 33.82 5.83 -
YUV 126.53 62.23 84.82 -
System Red Green Blue C M Y K H S L
Decimal 66 180 10 0.63 0 0.94 0.29 100.24 0.89 0.37
Hex 42 B4 A 3F 0 5E 1D 64 59 25
Octal 102 264 12 77 0 136 35 144 131 45
Binary 1000010 10110100 1010 111111 0 1011110 11101 1100100 1011001 100101

Color Harmonies of #42B40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B40A

Black with #42B40A

Text Example


Text Example

White with #42B40A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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