Html Css Color HEX #42DA03 Harlequin

📋 copy color: '#42DA03'

red 66 ◦ green 218 ◦ blue 3

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

Shades of Harlequin #42DA03

Tints of Harlequin #42DA03

RGB

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

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

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

R = 23%
G = 75.96%
B = 1.05%

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

#42DA03 (or 0x42DA03) is known color: Harlequin. HEX triplet: 42, DA and 03. RGB value is (66,218,3). Sum of RGB (Red+Green+Blue) = 66+218+3=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 218 (85.55% from 255 or 75.96% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 218 - color contains mainly: green. Hex color #42DA03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DA03 is #BD25FC. Grayscale: #949494. Windows color (decimal): -12396029 or 252482. OLE color: 252482.

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

Color convert

RGB 66 218 3 -
CMYK 0.70 0 0.99 0.15
HSL 102.42º 0.97% 0.43% -
HSV(B) 102.42º 0.99% 0.85% -
XYZ 27.33 51.31 8.55 -
YUV 148.04 46.14 69.48 -
System Red Green Blue C M Y K H S L
Decimal 66 218 3 0.70 0 0.99 0.15 102.42 0.97 0.43
Hex 42 DA 3 46 0 63 F 66 61 2B
Octal 102 332 3 106 0 143 17 146 141 53
Binary 1000010 11011010 11 1000110 0 1100011 1111 1100110 1100001 101011

Color Harmonies of #42DA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DA03

Black with #42DA03

Text Example


Text Example

White with #42DA03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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