Html Css Color HEX #42B529 Kelly Green

📋 copy color: '#42B529'

red 66 ◦ green 181 ◦ blue 41

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

Shades of Kelly Green #42B529

Tints of Kelly Green #42B529

RGB

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

 GREEN value IS 181 (71.09% from 255) = 62.85%

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 22.92%
G = 62.85%
B = 14.24%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#42B529 (or 0x42B529) is known color: Kelly Green. HEX triplet: 42, B5 and 29. RGB value is (66,181,41). Sum of RGB (Red+Green+Blue) = 66+181+41=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 181 (71.09% from 255 or 62.85% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 181 - color contains mainly: green. Hex color #42B529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B529 is #BD4AD6. Grayscale: #838383. Windows color (decimal): -12405463 or 2733378. OLE color: 2733378.

HSL color Cylindrical-coordinate representation of color #42B529: hue angle of 109.29º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42B529 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 181 41 -
CMYK 0.64 0 0.77 0.29
HSL 109.29º 0.63% 0.44% -
HSV(B) 109.29º 0.77% 0.71% -
XYZ 19.17 34.37 7.72 -
YUV 130.66 77.4 81.88 -
System Red Green Blue C M Y K H S L
Decimal 66 181 41 0.64 0 0.77 0.29 109.29 0.63 0.44
Hex 42 B5 29 40 0 4D 1D 6D 3F 2C
Octal 102 265 51 100 0 115 35 155 77 54
Binary 1000010 10110101 101001 1000000 0 1001101 11101 1101101 111111 101100

Color Harmonies of #42B529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B529

Black with #42B529

Text Example


Text Example

White with #42B529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,181,41); }

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

background-color css

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

 a { background-color: rgb(66,181,41); }

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

border-color css

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

 span { border-color: rgb(66,181,41); }

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