Html Css Color HEX #42B919 Kelly Green

📋 copy color: '#42B919'

red 66 ◦ green 185 ◦ blue 25

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

Shades of Kelly Green #42B919

Tints of Kelly Green #42B919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 67.03%

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

R = 23.91%
G = 67.03%
B = 9.06%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#42B919 (or 0x42B919) is known color: Kelly Green. HEX triplet: 42, B9 and 19. RGB value is (66,185,25). Sum of RGB (Red+Green+Blue) = 66+185+25=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 185 (72.66% from 255 or 67.03% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 185 - color contains mainly: green. Hex color #42B919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B919 is #BD46E6. Grayscale: #838383. Windows color (decimal): -12404455 or 1685826. OLE color: 1685826.

HSL color Cylindrical-coordinate representation of color #42B919: hue angle of 104.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42B919 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 185 25 -
CMYK 0.64 0 0.86 0.27
HSL 104.63º 0.76% 0.41% -
HSV(B) 104.63º 0.86% 0.73% -
XYZ 19.77 35.93 6.81 -
YUV 131.18 68.08 81.51 -
System Red Green Blue C M Y K H S L
Decimal 66 185 25 0.64 0 0.86 0.27 104.63 0.76 0.41
Hex 42 B9 19 40 0 56 1B 69 4C 29
Octal 102 271 31 100 0 126 33 151 114 51
Binary 1000010 10111001 11001 1000000 0 1010110 11011 1101001 1001100 101001

Color Harmonies of #42B919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B919

Black with #42B919

Text Example


Text Example

White with #42B919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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