Html Css Color HEX #42BF19 Kelly Green

📋 copy color: '#42BF19'

red 66 ◦ green 191 ◦ blue 25

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

Shades of Kelly Green #42BF19

Tints of Kelly Green #42BF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.87%

R = 23.4%
G = 67.73%
B = 8.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#42BF19 (or 0x42BF19) is known color: Kelly Green. HEX triplet: 42, BF and 19. RGB value is (66,191,25). Sum of RGB (Red+Green+Blue) = 66+191+25=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 191 (75% from 255 or 67.73% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42BF19 is #BD40E6. Grayscale: #878787. Windows color (decimal): -12402919 or 1687362. OLE color: 1687362.

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

Color convert

RGB 66 191 25 -
CMYK 0.65 0 0.87 0.25
HSL 105.18º 0.77% 0.42% -
HSV(B) 105.18º 0.87% 0.75% -
XYZ 21.05 38.49 7.24 -
YUV 134.7 66.09 79 -
System Red Green Blue C M Y K H S L
Decimal 66 191 25 0.65 0 0.87 0.25 105.18 0.77 0.42
Hex 42 BF 19 41 0 57 19 69 4D 2A
Octal 102 277 31 101 0 127 31 151 115 52
Binary 1000010 10111111 11001 1000001 0 1010111 11001 1101001 1001101 101010

Color Harmonies of #42BF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42BF19

Black with #42BF19

Text Example


Text Example

White with #42BF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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