Html Css Color HEX #42B527 Kelly Green

📋 copy color: '#42B527'

red 66 ◦ green 181 ◦ blue 39

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

Shades of Kelly Green #42B527

Tints of Kelly Green #42B527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.64%

R = 23.08%
G = 63.29%
B = 13.64%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#42B527 (or 0x42B527) is known color: Kelly Green. HEX triplet: 42, B5 and 27. RGB value is (66,181,39). Sum of RGB (Red+Green+Blue) = 66+181+39=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 181 (71.09% from 255 or 63.29% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 181 - color contains mainly: green. Hex color #42B527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B527 is #BD4AD8. Grayscale: #828282. Windows color (decimal): -12405465 or 2602306. OLE color: 2602306.

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

Color convert

RGB 66 181 39 -
CMYK 0.64 0 0.78 0.29
HSL 108.59º 0.65% 0.43% -
HSV(B) 108.59º 0.78% 0.71% -
XYZ 19.14 34.35 7.54 -
YUV 130.43 76.4 82.05 -
System Red Green Blue C M Y K H S L
Decimal 66 181 39 0.64 0 0.78 0.29 108.59 0.65 0.43
Hex 42 B5 27 40 0 4E 1D 6D 41 2B
Octal 102 265 47 100 0 116 35 155 101 53
Binary 1000010 10110101 100111 1000000 0 1001110 11101 1101101 1000001 101011

Color Harmonies of #42B527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B527

Black with #42B527

Text Example


Text Example

White with #42B527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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