Html Css Color HEX #42D813 Kelly Green

📋 copy color: '#42D813'

red 66 ◦ green 216 ◦ blue 19

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

Shades of Kelly Green #42D813

Tints of Kelly Green #42D813

RGB

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

 GREEN value IS 216 (84.77% from 255) = 71.76%

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 21.93%
G = 71.76%
B = 6.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#42D813 (or 0x42D813) is known color: Kelly Green. HEX triplet: 42, D8 and 13. RGB value is (66,216,19). Sum of RGB (Red+Green+Blue) = 66+216+19=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 216 (84.77% from 255 or 71.76% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 216 - color contains mainly: green. Hex color #42D813 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D813 is #BD27EC. Grayscale: #959595. Windows color (decimal): -12396525 or 1300546. OLE color: 1300546.

HSL color Cylindrical-coordinate representation of color #42D813: hue angle of 105.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42D813 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 216 19 -
CMYK 0.69 0 0.91 0.15
HSL 105.69º 0.84% 0.46% -
HSV(B) 105.69º 0.91% 0.85% -
XYZ 26.92 50.32 8.91 -
YUV 148.69 54.81 69.02 -
System Red Green Blue C M Y K H S L
Decimal 66 216 19 0.69 0 0.91 0.15 105.69 0.84 0.46
Hex 42 D8 13 45 0 5B F 6A 54 2E
Octal 102 330 23 105 0 133 17 152 124 56
Binary 1000010 11011000 10011 1000101 0 1011011 1111 1101010 1010100 101110

Color Harmonies of #42D813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D813

Black with #42D813

Text Example


Text Example

White with #42D813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,216,19); }

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

background-color css

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

 a { background-color: rgb(66,216,19); }

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

border-color css

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

 span { border-color: rgb(66,216,19); }

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