Html Css Color HEX #42B312 Kelly Green

📋 copy color: '#42B312'

red 66 ◦ green 179 ◦ blue 18

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

Shades of Kelly Green #42B312

Tints of Kelly Green #42B312

RGB

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

 GREEN value IS 179 (70.31% from 255) = 68.06%

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 25.1%
G = 68.06%
B = 6.84%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#42B312 (or 0x42B312) is known color: Kelly Green. HEX triplet: 42, B3 and 12. RGB value is (66,179,18). Sum of RGB (Red+Green+Blue) = 66+179+18=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 179 (70.31% from 255 or 68.06% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 179 - color contains mainly: green. Hex color #42B312 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B312 is #BD4CED. Grayscale: #7F7F7F. Windows color (decimal): -12405998 or 1225538. OLE color: 1225538.

HSL color Cylindrical-coordinate representation of color #42B312: hue angle of 102.11º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42B312 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 66 179 18 -
CMYK 0.63 0 0.90 0.30
HSL 102.11º 0.82% 0.39% -
HSV(B) 102.11º 0.9% 0.7% -
XYZ 18.48 33.44 6.05 -
YUV 126.86 66.56 84.59 -
System Red Green Blue C M Y K H S L
Decimal 66 179 18 0.63 0 0.90 0.30 102.11 0.82 0.39
Hex 42 B3 12 3F 0 5A 1E 66 52 27
Octal 102 263 22 77 0 132 36 146 122 47
Binary 1000010 10110011 10010 111111 0 1011010 11110 1100110 1010010 100111

Color Harmonies of #42B312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B312

Black with #42B312

Text Example


Text Example

White with #42B312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,179,18); }

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

background-color css

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

 a { background-color: rgb(66,179,18); }

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

border-color css

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

 span { border-color: rgb(66,179,18); }

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