Html Css Color HEX #42B21A Kelly Green

📋 copy color: '#42B21A'

red 66 ◦ green 178 ◦ blue 26

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

Shades of Kelly Green #42B21A

Tints of Kelly Green #42B21A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 24.44%
G = 65.93%
B = 9.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#42B21A (or 0x42B21A) is known color: Kelly Green. HEX triplet: 42, B2 and 1A. RGB value is (66,178,26). Sum of RGB (Red+Green+Blue) = 66+178+26=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 178 (69.92% from 255 or 65.93% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 178 - color contains mainly: green. Hex color #42B21A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B21A is #BD4DE5. Grayscale: #7F7F7F. Windows color (decimal): -12406246 or 1749570. OLE color: 1749570.

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

Color convert

RGB 66 178 26 -
CMYK 0.63 0 0.85 0.30
HSL 104.21º 0.75% 0.4% -
HSV(B) 104.21º 0.85% 0.7% -
XYZ 18.35 33.07 6.39 -
YUV 127.18 70.89 84.36 -
System Red Green Blue C M Y K H S L
Decimal 66 178 26 0.63 0 0.85 0.30 104.21 0.75 0.4
Hex 42 B2 1A 3F 0 55 1E 68 4B 28
Octal 102 262 32 77 0 125 36 150 113 50
Binary 1000010 10110010 11010 111111 0 1010101 11110 1101000 1001011 101000

Color Harmonies of #42B21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B21A

Black with #42B21A

Text Example


Text Example

White with #42B21A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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