Html Css Color HEX #42D105 Kelly Green

📋 copy color: '#42D105'

red 66 ◦ green 209 ◦ blue 5

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

Shades of Kelly Green #42D105

Tints of Kelly Green #42D105

RGB

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

 GREEN value IS 209 (82.03% from 255) = 74.64%

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 23.57%
G = 74.64%
B = 1.79%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#42D105 (or 0x42D105) is known color: Kelly Green. HEX triplet: 42, D1 and 05. RGB value is (66,209,5). Sum of RGB (Red+Green+Blue) = 66+209+5=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 209 (82.03% from 255 or 74.64% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 209 - color contains mainly: green. Hex color #42D105 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D105 is #BD2EFA. Grayscale: #8F8F8F. Windows color (decimal): -12398331 or 381250. OLE color: 381250.

HSL color Cylindrical-coordinate representation of color #42D105: hue angle of 102.06º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42D105 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 209 5 -
CMYK 0.68 0 0.98 0.18
HSL 102.06º 0.95% 0.42% -
HSV(B) 102.06º 0.98% 0.82% -
XYZ 25.07 46.77 7.85 -
YUV 142.99 50.12 73.09 -
System Red Green Blue C M Y K H S L
Decimal 66 209 5 0.68 0 0.98 0.18 102.06 0.95 0.42
Hex 42 D1 5 44 0 62 12 66 5F 2A
Octal 102 321 5 104 0 142 22 146 137 52
Binary 1000010 11010001 101 1000100 0 1100010 10010 1100110 1011111 101010

Color Harmonies of #42D105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D105

Black with #42D105

Text Example


Text Example

White with #42D105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,209,5); }

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

background-color css

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

 a { background-color: rgb(66,209,5); }

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

border-color css

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

 span { border-color: rgb(66,209,5); }

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