Html Css Color HEX #42D41A Kelly Green

📋 copy color: '#42D41A'

red 66 ◦ green 212 ◦ blue 26

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

Shades of Kelly Green #42D41A

Tints of Kelly Green #42D41A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 69.74%

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

R = 21.71%
G = 69.74%
B = 8.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#42D41A (or 0x42D41A) is known color: Kelly Green. HEX triplet: 42, D4 and 1A. RGB value is (66,212,26). Sum of RGB (Red+Green+Blue) = 66+212+26=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 212 (83.20% from 255 or 69.74% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 212 - color contains mainly: green. Hex color #42D41A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D41A is #BD2BE5. Grayscale: #939393. Windows color (decimal): -12397542 or 1758274. OLE color: 1758274.

HSL color Cylindrical-coordinate representation of color #42D41A: hue angle of 107.1º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42D41A is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 212 26 -
CMYK 0.69 0 0.88 0.17
HSL 107.1º 0.78% 0.47% -
HSV(B) 107.1º 0.88% 0.83% -
XYZ 25.98 48.32 8.93 -
YUV 147.14 59.63 70.12 -
System Red Green Blue C M Y K H S L
Decimal 66 212 26 0.69 0 0.88 0.17 107.1 0.78 0.47
Hex 42 D4 1A 45 0 58 11 6B 4E 2F
Octal 102 324 32 105 0 130 21 153 116 57
Binary 1000010 11010100 11010 1000101 0 1011000 10001 1101011 1001110 101111

Color Harmonies of #42D41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D41A

Black with #42D41A

Text Example


Text Example

White with #42D41A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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