Html Css Color HEX #42E107 Harlequin

📋 copy color: '#42E107'

red 66 ◦ green 225 ◦ blue 7

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

Shades of Harlequin #42E107

Tints of Harlequin #42E107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.35%

R = 22.15%
G = 75.5%
B = 2.35%

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

#42E107 (or 0x42E107) is known color: Harlequin. HEX triplet: 42, E1 and 07. RGB value is (66,225,7). Sum of RGB (Red+Green+Blue) = 66+225+7=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 225 (88.28% from 255 or 75.50% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 225 - color contains mainly: green. Hex color #42E107 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E107 is #BD1EF8. Grayscale: #999999. Windows color (decimal): -12394233 or 516418. OLE color: 516418.

HSL color Cylindrical-coordinate representation of color #42E107: hue angle of 103.76º degrees, saturation: 0.94, 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 #42E107 is Cyan = 0.71, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 225 7 -
CMYK 0.71 0 0.97 0.12
HSL 103.76º 0.94% 0.45% -
HSV(B) 103.76º 0.97% 0.88% -
XYZ 29.21 55.02 9.28 -
YUV 152.61 45.82 66.23 -
System Red Green Blue C M Y K H S L
Decimal 66 225 7 0.71 0 0.97 0.12 103.76 0.94 0.45
Hex 42 E1 7 47 0 61 C 68 5E 2D
Octal 102 341 7 107 0 141 14 150 136 55
Binary 1000010 11100001 111 1000111 0 1100001 1100 1101000 1011110 101101

Color Harmonies of #42E107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E107

Black with #42E107

Text Example


Text Example

White with #42E107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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