Html Css Color HEX #42B126 Kelly Green

📋 copy color: '#42B126'

red 66 ◦ green 177 ◦ blue 38

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

Shades of Kelly Green #42B126

Tints of Kelly Green #42B126

RGB

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

 GREEN value IS 177 (69.53% from 255) = 62.99%

 BLUE value IS 38 (15.23% from 255) = 13.52%

R = 23.49%
G = 62.99%
B = 13.52%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#42B126 (or 0x42B126) is known color: Kelly Green. HEX triplet: 42, B1 and 26. RGB value is (66,177,38). Sum of RGB (Red+Green+Blue) = 66+177+38=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 177 (69.53% from 255 or 62.99% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 177 - color contains mainly: green. Hex color #42B126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42B126 is #BD4ED9. Grayscale: #808080. Windows color (decimal): -12406490 or 2535746. OLE color: 2535746.

HSL color Cylindrical-coordinate representation of color #42B126: hue angle of 107.91º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42B126 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 177 38 -
CMYK 0.63 0 0.79 0.31
HSL 107.91º 0.65% 0.42% -
HSV(B) 107.91º 0.79% 0.69% -
XYZ 18.32 32.74 7.19 -
YUV 127.97 77.23 83.8 -
System Red Green Blue C M Y K H S L
Decimal 66 177 38 0.63 0 0.79 0.31 107.91 0.65 0.42
Hex 42 B1 26 3F 0 4F 1F 6C 41 2A
Octal 102 261 46 77 0 117 37 154 101 52
Binary 1000010 10110001 100110 111111 0 1001111 11111 1101100 1000001 101010

Color Harmonies of #42B126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B126

Black with #42B126

Text Example


Text Example

White with #42B126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,177,38); }

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

background-color css

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

 a { background-color: rgb(66,177,38); }

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

border-color css

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

 span { border-color: rgb(66,177,38); }

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