Html Css Color HEX #42AF11 Kelly Green

📋 copy color: '#42AF11'

red 66 ◦ green 175 ◦ blue 17

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

Shades of Kelly Green #42AF11

Tints of Kelly Green #42AF11

RGB

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

 GREEN value IS 175 (68.75% from 255) = 67.83%

 BLUE value IS 17 (7.03% from 255) = 6.59%

R = 25.58%
G = 67.83%
B = 6.59%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#42AF11 (or 0x42AF11) is known color: Kelly Green. HEX triplet: 42, AF and 11. RGB value is (66,175,17). Sum of RGB (Red+Green+Blue) = 66+175+17=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AF11 is #BD50EE. Grayscale: #7C7C7C. Windows color (decimal): -12407023 or 1158978. OLE color: 1158978.

HSL color Cylindrical-coordinate representation of color #42AF11: hue angle of 101.39º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42AF11 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 175 17 -
CMYK 0.62 0 0.90 0.31
HSL 101.39º 0.82% 0.38% -
HSV(B) 101.39º 0.9% 0.69% -
XYZ 17.68 31.86 5.75 -
YUV 124.4 67.39 86.35 -
System Red Green Blue C M Y K H S L
Decimal 66 175 17 0.62 0 0.90 0.31 101.39 0.82 0.38
Hex 42 AF 11 3E 0 5A 1F 65 52 26
Octal 102 257 21 76 0 132 37 145 122 46
Binary 1000010 10101111 10001 111110 0 1011010 11111 1100101 1010010 100110

Color Harmonies of #42AF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AF11

Black with #42AF11

Text Example


Text Example

White with #42AF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,175,17); }

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

background-color css

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

 a { background-color: rgb(66,175,17); }

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

border-color css

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

 span { border-color: rgb(66,175,17); }

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