Html Css Color HEX #42BA2A Kelly Green

📋 copy color: '#42BA2A'

red 66 ◦ green 186 ◦ blue 42

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

Shades of Kelly Green #42BA2A

Tints of Kelly Green #42BA2A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 63.27%

 BLUE value IS 42 (16.8% from 255) = 14.29%

R = 22.45%
G = 63.27%
B = 14.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#42BA2A (or 0x42BA2A) is known color: Kelly Green. HEX triplet: 42, BA and 2A. RGB value is (66,186,42). Sum of RGB (Red+Green+Blue) = 66+186+42=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA2A is #BD45D5. Grayscale: #868686. Windows color (decimal): -12404182 or 2800194. OLE color: 2800194.

HSL color Cylindrical-coordinate representation of color #42BA2A: hue angle of 110º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42BA2A is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 186 42 -
CMYK 0.65 0 0.77 0.27
HSL 110º 0.63% 0.45% -
HSV(B) 110º 0.77% 0.73% -
XYZ 20.22 36.44 8.16 -
YUV 133.7 76.24 79.71 -
System Red Green Blue C M Y K H S L
Decimal 66 186 42 0.65 0 0.77 0.27 110 0.63 0.45
Hex 42 BA 2A 41 0 4D 1B 6E 3F 2D
Octal 102 272 52 101 0 115 33 156 77 55
Binary 1000010 10111010 101010 1000001 0 1001101 11011 1101110 111111 101101

Color Harmonies of #42BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA2A

Black with #42BA2A

Text Example


Text Example

White with #42BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,186,42); }

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

background-color css

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

 a { background-color: rgb(66,186,42); }

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

border-color css

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

 span { border-color: rgb(66,186,42); }

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