Html Css Color HEX #42BA2C Kelly Green

📋 copy color: '#42BA2C'

red 66 ◦ green 186 ◦ blue 44

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

Shades of Kelly Green #42BA2C

Tints of Kelly Green #42BA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 22.3%
G = 62.84%
B = 14.86%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#42BA2C (or 0x42BA2C) is known color: Kelly Green. HEX triplet: 42, BA and 2C. RGB value is (66,186,44). Sum of RGB (Red+Green+Blue) = 66+186+44=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #42BA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BA2C is #BD45D3. Grayscale: #868686. Windows color (decimal): -12404180 or 2931266. OLE color: 2931266.

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

Color convert

RGB 66 186 44 -
CMYK 0.65 0 0.76 0.27
HSL 110.7º 0.62% 0.45% -
HSV(B) 110.7º 0.76% 0.73% -
XYZ 20.26 36.46 8.35 -
YUV 133.93 77.24 79.55 -
System Red Green Blue C M Y K H S L
Decimal 66 186 44 0.65 0 0.76 0.27 110.7 0.62 0.45
Hex 42 BA 2C 41 0 4C 1B 6F 3E 2D
Octal 102 272 54 101 0 114 33 157 76 55
Binary 1000010 10111010 101100 1000001 0 1001100 11011 1101111 111110 101101

Color Harmonies of #42BA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BA2C

Black with #42BA2C

Text Example


Text Example

White with #42BA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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