Html Css Color HEX #42D601 Kelly Green

📋 copy color: '#42D601'

red 66 ◦ green 214 ◦ blue 1

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

Shades of Kelly Green #42D601

Tints of Kelly Green #42D601

RGB

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

 GREEN value IS 214 (83.98% from 255) = 76.16%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 23.49%
G = 76.16%
B = 0.36%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#42D601 (or 0x42D601) is known color: Kelly Green. HEX triplet: 42, D6 and 01. RGB value is (66,214,1). Sum of RGB (Red+Green+Blue) = 66+214+1=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 214 (83.98% from 255 or 76.16% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 214 - color contains mainly: green. Hex color #42D601 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42D601 is #BD29FE. Grayscale: #929292. Windows color (decimal): -12397055 or 120386. OLE color: 120386.

HSL color Cylindrical-coordinate representation of color #42D601: hue angle of 101.69º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42D601 is Cyan = 0.69, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 214 1 -
CMYK 0.69 0 1.00 0.16
HSL 101.69º 0.99% 0.42% -
HSV(B) 101.69º 1% 0.84% -
XYZ 26.3 49.25 8.15 -
YUV 145.47 46.47 71.32 -
System Red Green Blue C M Y K H S L
Decimal 66 214 1 0.69 0 1.00 0.16 101.69 0.99 0.42
Hex 42 D6 1 45 0 64 10 66 63 2A
Octal 102 326 1 105 0 144 20 146 143 52
Binary 1000010 11010110 1 1000101 0 1100100 10000 1100110 1100011 101010

Color Harmonies of #42D601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D601

Black with #42D601

Text Example


Text Example

White with #42D601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,214,1); }

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

background-color css

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

 a { background-color: rgb(66,214,1); }

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

border-color css

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

 span { border-color: rgb(66,214,1); }

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