Html Css Color HEX #42E106 Harlequin

📋 copy color: '#42E106'

red 66 ◦ green 225 ◦ blue 6

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

Shades of Harlequin #42E106

Tints of Harlequin #42E106

RGB

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

 GREEN value IS 225 (88.28% from 255) = 75.76%

 BLUE value IS 6 (2.73% from 255) = 2.02%

R = 22.22%
G = 75.76%
B = 2.02%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#42E106 (or 0x42E106) is known color: Harlequin. HEX triplet: 42, E1 and 06. RGB value is (66,225,6). Sum of RGB (Red+Green+Blue) = 66+225+6=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 225 (88.28% from 255 or 75.76% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 225 - color contains mainly: green. Hex color #42E106 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E106 is #BD1EF9. Grayscale: #999999. Windows color (decimal): -12394234 or 450882. OLE color: 450882.

HSL color Cylindrical-coordinate representation of color #42E106: hue angle of 103.56º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42E106 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 225 6 -
CMYK 0.71 0 0.97 0.12
HSL 103.56º 0.95% 0.45% -
HSV(B) 103.56º 0.97% 0.88% -
XYZ 29.2 55.02 9.25 -
YUV 152.49 45.32 66.31 -
System Red Green Blue C M Y K H S L
Decimal 66 225 6 0.71 0 0.97 0.12 103.56 0.95 0.45
Hex 42 E1 6 47 0 61 C 68 5F 2D
Octal 102 341 6 107 0 141 14 150 137 55
Binary 1000010 11100001 110 1000111 0 1100001 1100 1101000 1011111 101101

Color Harmonies of #42E106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E106

Black with #42E106

Text Example


Text Example

White with #42E106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,225,6); }

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

background-color css

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

 a { background-color: rgb(66,225,6); }

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

border-color css

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

 span { border-color: rgb(66,225,6); }

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