Html Css Color HEX #42BF11 Kelly Green

📋 copy color: '#42BF11'

red 66 ◦ green 191 ◦ blue 17

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

Shades of Kelly Green #42BF11

Tints of Kelly Green #42BF11

RGB

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

 GREEN value IS 191 (75% from 255) = 69.71%

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

R = 24.09%
G = 69.71%
B = 6.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#42BF11 (or 0x42BF11) is known color: Kelly Green. HEX triplet: 42, BF and 11. RGB value is (66,191,17). Sum of RGB (Red+Green+Blue) = 66+191+17=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 191 (75% from 255 or 69.71% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BF11 is #BD40EE. Grayscale: #868686. Windows color (decimal): -12402927 or 1163074. OLE color: 1163074.

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

Color convert

RGB 66 191 17 -
CMYK 0.65 0 0.91 0.25
HSL 103.1º 0.84% 0.41% -
HSV(B) 103.1º 0.91% 0.75% -
XYZ 20.98 38.46 6.85 -
YUV 133.79 62.09 79.65 -
System Red Green Blue C M Y K H S L
Decimal 66 191 17 0.65 0 0.91 0.25 103.1 0.84 0.41
Hex 42 BF 11 41 0 5B 19 67 54 29
Octal 102 277 21 101 0 133 31 147 124 51
Binary 1000010 10111111 10001 1000001 0 1011011 11001 1100111 1010100 101001

Color Harmonies of #42BF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF11

Black with #42BF11

Text Example


Text Example

White with #42BF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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