Html Css Color HEX #42B21C Kelly Green

📋 copy color: '#42B21C'

red 66 ◦ green 178 ◦ blue 28

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

Shades of Kelly Green #42B21C

Tints of Kelly Green #42B21C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 65.44%

 BLUE value IS 28 (11.33% from 255) = 10.29%

R = 24.26%
G = 65.44%
B = 10.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#42B21C (or 0x42B21C) is known color: Kelly Green. HEX triplet: 42, B2 and 1C. RGB value is (66,178,28). Sum of RGB (Red+Green+Blue) = 66+178+28=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 178 (69.92% from 255 or 65.44% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 178 - color contains mainly: green. Hex color #42B21C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B21C is #BD4DE3. Grayscale: #7F7F7F. Windows color (decimal): -12406244 or 1880642. OLE color: 1880642.

HSL color Cylindrical-coordinate representation of color #42B21C: hue angle of 104.8º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42B21C is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 178 28 -
CMYK 0.63 0 0.84 0.30
HSL 104.8º 0.73% 0.4% -
HSV(B) 104.8º 0.84% 0.7% -
XYZ 18.38 33.08 6.52 -
YUV 127.41 71.89 84.2 -
System Red Green Blue C M Y K H S L
Decimal 66 178 28 0.63 0 0.84 0.30 104.8 0.73 0.4
Hex 42 B2 1C 3F 0 54 1E 69 49 28
Octal 102 262 34 77 0 124 36 151 111 50
Binary 1000010 10110010 11100 111111 0 1010100 11110 1101001 1001001 101000

Color Harmonies of #42B21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B21C

Black with #42B21C

Text Example


Text Example

White with #42B21C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,178,28); }

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

background-color css

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

 a { background-color: rgb(66,178,28); }

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

border-color css

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

 span { border-color: rgb(66,178,28); }

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