Html Css Color HEX #42D705 Kelly Green

📋 copy color: '#42D705'

red 66 ◦ green 215 ◦ blue 5

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

Shades of Kelly Green #42D705

Tints of Kelly Green #42D705

RGB

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

 GREEN value IS 215 (84.38% from 255) = 75.17%

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

R = 23.08%
G = 75.17%
B = 1.75%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#42D705 (or 0x42D705) is known color: Kelly Green. HEX triplet: 42, D7 and 05. RGB value is (66,215,5). Sum of RGB (Red+Green+Blue) = 66+215+5=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 215 (84.38% from 255 or 75.17% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 215 - color contains mainly: green. Hex color #42D705 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D705 is #BD28FA. Grayscale: #939393. Windows color (decimal): -12396795 or 382786. OLE color: 382786.

HSL color Cylindrical-coordinate representation of color #42D705: hue angle of 102.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42D705 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 215 5 -
CMYK 0.69 0 0.98 0.16
HSL 102.57º 0.95% 0.43% -
HSV(B) 102.57º 0.98% 0.84% -
XYZ 26.57 49.77 8.35 -
YUV 146.51 48.14 70.58 -
System Red Green Blue C M Y K H S L
Decimal 66 215 5 0.69 0 0.98 0.16 102.57 0.95 0.43
Hex 42 D7 5 45 0 62 10 67 5F 2B
Octal 102 327 5 105 0 142 20 147 137 53
Binary 1000010 11010111 101 1000101 0 1100010 10000 1100111 1011111 101011

Color Harmonies of #42D705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D705

Black with #42D705

Text Example


Text Example

White with #42D705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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