Html Css Color HEX #42DC02 Harlequin

📋 copy color: '#42DC02'

red 66 ◦ green 220 ◦ blue 2

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

Shades of Harlequin #42DC02

Tints of Harlequin #42DC02

RGB

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

 GREEN value IS 220 (86.33% from 255) = 76.39%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 22.92%
G = 76.39%
B = 0.69%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#42DC02 (or 0x42DC02) is known color: Harlequin. HEX triplet: 42, DC and 02. RGB value is (66,220,2). Sum of RGB (Red+Green+Blue) = 66+220+2=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 220 (86.33% from 255 or 76.39% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 220 - color contains mainly: green. Hex color #42DC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DC02 is #BD23FD. Grayscale: #959595. Windows color (decimal): -12395518 or 187458. OLE color: 187458.

HSL color Cylindrical-coordinate representation of color #42DC02: hue angle of 102.39º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42DC02 is Cyan = 0.7, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 220 2 -
CMYK 0.7 0 0.99 0.14
HSL 102.39º 0.98% 0.44% -
HSV(B) 102.39º 0.99% 0.86% -
XYZ 27.85 52.35 8.69 -
YUV 149.1 44.98 68.73 -
System Red Green Blue C M Y K H S L
Decimal 66 220 2 0.7 0 0.99 0.14 102.39 0.98 0.44
Hex 42 DC 2 46 0 63 E 66 62 2C
Octal 102 334 2 106 0 143 16 146 142 54
Binary 1000010 11011100 10 1000110 0 1100011 1110 1100110 1100010 101100

Color Harmonies of #42DC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DC02

Black with #42DC02

Text Example


Text Example

White with #42DC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,220,2); }

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

background-color css

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

 a { background-color: rgb(66,220,2); }

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

border-color css

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

 span { border-color: rgb(66,220,2); }

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