Html Css Color HEX #42DA0D Kelly Green

📋 copy color: '#42DA0D'

red 66 ◦ green 218 ◦ blue 13

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

Shades of Kelly Green #42DA0D

Tints of Kelly Green #42DA0D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 73.4%

 BLUE value IS 13 (5.47% from 255) = 4.38%

R = 22.22%
G = 73.4%
B = 4.38%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#42DA0D (or 0x42DA0D) is known color: Kelly Green. HEX triplet: 42, DA and 0D. RGB value is (66,218,13). Sum of RGB (Red+Green+Blue) = 66+218+13=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 218 (85.55% from 255 or 73.40% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DA0D is #BD25F2. Grayscale: #959595. Windows color (decimal): -12396019 or 907842. OLE color: 907842.

HSL color Cylindrical-coordinate representation of color #42DA0D: hue angle of 104.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42DA0D is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 218 13 -
CMYK 0.70 0 0.94 0.15
HSL 104.49º 0.89% 0.45% -
HSV(B) 104.49º 0.94% 0.85% -
XYZ 27.39 51.33 8.84 -
YUV 149.18 51.14 68.67 -
System Red Green Blue C M Y K H S L
Decimal 66 218 13 0.70 0 0.94 0.15 104.49 0.89 0.45
Hex 42 DA D 46 0 5E F 68 59 2D
Octal 102 332 15 106 0 136 17 150 131 55
Binary 1000010 11011010 1101 1000110 0 1011110 1111 1101000 1011001 101101

Color Harmonies of #42DA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DA0D

Black with #42DA0D

Text Example


Text Example

White with #42DA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,218,13); }

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

background-color css

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

 a { background-color: rgb(66,218,13); }

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

border-color css

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

 span { border-color: rgb(66,218,13); }

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