Html Css Color HEX #42DF15 Kelly Green

📋 copy color: '#42DF15'

red 66 ◦ green 223 ◦ blue 21

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

Shades of Kelly Green #42DF15

Tints of Kelly Green #42DF15

RGB

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

 GREEN value IS 223 (87.5% from 255) = 71.94%

 BLUE value IS 21 (8.59% from 255) = 6.77%

R = 21.29%
G = 71.94%
B = 6.77%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#42DF15 (or 0x42DF15) is known color: Kelly Green. HEX triplet: 42, DF and 15. RGB value is (66,223,21). Sum of RGB (Red+Green+Blue) = 66+223+21=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 223 (87.5% from 255 or 71.94% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DF15 is #BD20EA. Grayscale: #999999. Windows color (decimal): -12394731 or 1433410. OLE color: 1433410.

HSL color Cylindrical-coordinate representation of color #42DF15: hue angle of 106.63º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42DF15 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 223 21 -
CMYK 0.70 0 0.91 0.13
HSL 106.63º 0.83% 0.48% -
HSV(B) 106.63º 0.91% 0.87% -
XYZ 28.77 53.99 9.61 -
YUV 153.03 53.49 65.93 -
System Red Green Blue C M Y K H S L
Decimal 66 223 21 0.70 0 0.91 0.13 106.63 0.83 0.48
Hex 42 DF 15 46 0 5B D 6B 53 30
Octal 102 337 25 106 0 133 15 153 123 60
Binary 1000010 11011111 10101 1000110 0 1011011 1101 1101011 1010011 110000

Color Harmonies of #42DF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DF15

Black with #42DF15

Text Example


Text Example

White with #42DF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,223,21); }

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

background-color css

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

 a { background-color: rgb(66,223,21); }

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

border-color css

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

 span { border-color: rgb(66,223,21); }

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