#42BE27

Color #42BE27 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #42BE27

Tints of Kelly Green #42BE27

Color information

#42BE27 (or 0x42BE27) is unknown color: approx Kelly Green. HEX triplet: 42, BE and 27. RGB value is (66,190,39). Sum of RGB (Red+Green+Blue) = 66+190+39=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 190 (74.61% from 255 or 64.41% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BE27 is #BD41D8. Grayscale: #888888. Windows color (decimal): -12403161 or 2604610. OLE color: 2604610.

HSL color Cylindrical-coordinate representation of color #42BE27: hue angle of 109.27º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42BE27 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB6619039-
CMYK0.6500.790.25
HSL109.27º65.94%44.9%-
HSV(B)109.27º79.47%74.51%-
XYZ21.0338.138.17-
YUV135.7173.4278.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 190 (74.61% from 255) = 64.41%
BLUE value IS 39 (15.62% from 255) = 13.22%
R=22.37%
G=64.41%
B=13.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66190390.6500.790.25109.2765.9444.9
Hex42BE274104F196d422d
Octal1022764710101173115510255
Binary1000010101111101001111000001010011111100111011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BE27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42BE27;
 }
 .AnyTagClassName
 {
   color: #42BE27;
 }
</style>
background-color css

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

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

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

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

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

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