Html Css Color HEX #42D21D Kelly Green

📋 copy color: '#42D21D'

red 66 ◦ green 210 ◦ blue 29

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

Shades of Kelly Green #42D21D

Tints of Kelly Green #42D21D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 68.85%

 BLUE value IS 29 (11.72% from 255) = 9.51%

R = 21.64%
G = 68.85%
B = 9.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#42D21D (or 0x42D21D) is known color: Kelly Green. HEX triplet: 42, D2 and 1D. RGB value is (66,210,29). Sum of RGB (Red+Green+Blue) = 66+210+29=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 210 (82.42% from 255 or 68.85% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 210 - color contains mainly: green. Hex color #42D21D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D21D is #BD2DE2. Grayscale: #929292. Windows color (decimal): -12398051 or 1954370. OLE color: 1954370.

HSL color Cylindrical-coordinate representation of color #42D21D: hue angle of 107.73º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42D21D is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 210 29 -
CMYK 0.69 0 0.86 0.18
HSL 107.73º 0.76% 0.47% -
HSV(B) 107.73º 0.86% 0.82% -
XYZ 25.52 47.34 8.96 -
YUV 146.31 61.79 70.72 -
System Red Green Blue C M Y K H S L
Decimal 66 210 29 0.69 0 0.86 0.18 107.73 0.76 0.47
Hex 42 D2 1D 45 0 56 12 6C 4C 2F
Octal 102 322 35 105 0 126 22 154 114 57
Binary 1000010 11010010 11101 1000101 0 1010110 10010 1101100 1001100 101111

Color Harmonies of #42D21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D21D

Black with #42D21D

Text Example


Text Example

White with #42D21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,210,29); }

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

background-color css

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

 a { background-color: rgb(66,210,29); }

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

border-color css

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

 span { border-color: rgb(66,210,29); }

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