Html Css Color HEX #42DA02 Harlequin

📋 copy color: '#42DA02'

red 66 ◦ green 218 ◦ blue 2

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

Shades of Harlequin #42DA02

Tints of Harlequin #42DA02

RGB

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

 GREEN value IS 218 (85.55% from 255) = 76.22%

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

R = 23.08%
G = 76.22%
B = 0.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#42DA02 (or 0x42DA02) is known color: Harlequin. HEX triplet: 42, DA and 02. RGB value is (66,218,2). Sum of RGB (Red+Green+Blue) = 66+218+2=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 218 (85.55% from 255 or 76.22% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DA02 is #BD25FD. Grayscale: #949494. Windows color (decimal): -12396030 or 186946. OLE color: 186946.

HSL color Cylindrical-coordinate representation of color #42DA02: hue angle of 102.22º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42DA02 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 218 2 -
CMYK 0.70 0 0.99 0.15
HSL 102.22º 0.98% 0.43% -
HSV(B) 102.22º 0.99% 0.85% -
XYZ 27.33 51.31 8.52 -
YUV 147.93 45.64 69.56 -
System Red Green Blue C M Y K H S L
Decimal 66 218 2 0.70 0 0.99 0.15 102.22 0.98 0.43
Hex 42 DA 2 46 0 63 F 66 62 2B
Octal 102 332 2 106 0 143 17 146 142 53
Binary 1000010 11011010 10 1000110 0 1100011 1111 1100110 1100010 101011

Color Harmonies of #42DA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DA02

Black with #42DA02

Text Example


Text Example

White with #42DA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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