Html Css Color HEX #42C319 Kelly Green

📋 copy color: '#42C319'

red 66 ◦ green 195 ◦ blue 25

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

Shades of Kelly Green #42C319

Tints of Kelly Green #42C319

RGB

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

 GREEN value IS 195 (76.56% from 255) = 68.18%

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

R = 23.08%
G = 68.18%
B = 8.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#42C319 (or 0x42C319) is known color: Kelly Green. HEX triplet: 42, C3 and 19. RGB value is (66,195,25). Sum of RGB (Red+Green+Blue) = 66+195+25=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 195 (76.56% from 255 or 68.18% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 195 - color contains mainly: green. Hex color #42C319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C319 is #BD3CE6. Grayscale: #898989. Windows color (decimal): -12401895 or 1688386. OLE color: 1688386.

HSL color Cylindrical-coordinate representation of color #42C319: hue angle of 105.53º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42C319 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 195 25 -
CMYK 0.66 0 0.87 0.24
HSL 105.53º 0.77% 0.43% -
HSV(B) 105.53º 0.87% 0.76% -
XYZ 21.94 40.26 7.53 -
YUV 137.05 64.76 77.32 -
System Red Green Blue C M Y K H S L
Decimal 66 195 25 0.66 0 0.87 0.24 105.53 0.77 0.43
Hex 42 C3 19 42 0 57 18 6A 4D 2B
Octal 102 303 31 102 0 127 30 152 115 53
Binary 1000010 11000011 11001 1000010 0 1010111 11000 1101010 1001101 101011

Color Harmonies of #42C319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C319

Black with #42C319

Text Example


Text Example

White with #42C319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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