Html Css Color HEX #42DB03 Harlequin

📋 copy color: '#42DB03'

red 66 ◦ green 219 ◦ blue 3

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

Shades of Harlequin #42DB03

Tints of Harlequin #42DB03

RGB

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

 GREEN value IS 219 (85.94% from 255) = 76.04%

 BLUE value IS 3 (1.56% from 255) = 1.04%

R = 22.92%
G = 76.04%
B = 1.04%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#42DB03 (or 0x42DB03) is known color: Harlequin. HEX triplet: 42, DB and 03. RGB value is (66,219,3). Sum of RGB (Red+Green+Blue) = 66+219+3=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 219 (85.94% from 255 or 76.04% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DB03 is #BD24FC. Grayscale: #959595. Windows color (decimal): -12395773 or 252738. OLE color: 252738.

HSL color Cylindrical-coordinate representation of color #42DB03: hue angle of 102.5º degrees, saturation: 0.97, 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 #42DB03 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 219 3 -
CMYK 0.70 0 0.99 0.14
HSL 102.5º 0.97% 0.44% -
HSV(B) 102.5º 0.99% 0.86% -
XYZ 27.59 51.83 8.64 -
YUV 148.63 45.81 69.06 -
System Red Green Blue C M Y K H S L
Decimal 66 219 3 0.70 0 0.99 0.14 102.5 0.97 0.44
Hex 42 DB 3 46 0 63 E 66 61 2C
Octal 102 333 3 106 0 143 16 146 141 54
Binary 1000010 11011011 11 1000110 0 1100011 1110 1100110 1100001 101100

Color Harmonies of #42DB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DB03

Black with #42DB03

Text Example


Text Example

White with #42DB03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,219,3); }

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

background-color css

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

 a { background-color: rgb(66,219,3); }

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

border-color css

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

 span { border-color: rgb(66,219,3); }

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