Html Css Color HEX #42E10A Harlequin

📋 copy color: '#42E10A'

red 66 ◦ green 225 ◦ blue 10

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

Shades of Harlequin #42E10A

Tints of Harlequin #42E10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 21.93%
G = 74.75%
B = 3.32%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#42E10A (or 0x42E10A) is known color: Harlequin. HEX triplet: 42, E1 and 0A. RGB value is (66,225,10). Sum of RGB (Red+Green+Blue) = 66+225+10=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 225 (88.28% from 255 or 74.75% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 225 - color contains mainly: green. Hex color #42E10A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E10A is #BD1EF5. Grayscale: #999999. Windows color (decimal): -12394230 or 713026. OLE color: 713026.

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

Color convert

RGB 66 225 10 -
CMYK 0.71 0 0.96 0.12
HSL 104.37º 0.91% 0.46% -
HSV(B) 104.37º 0.96% 0.88% -
XYZ 29.23 55.03 9.37 -
YUV 152.95 47.32 65.98 -
System Red Green Blue C M Y K H S L
Decimal 66 225 10 0.71 0 0.96 0.12 104.37 0.91 0.46
Hex 42 E1 A 47 0 60 C 68 5B 2E
Octal 102 341 12 107 0 140 14 150 133 56
Binary 1000010 11100001 1010 1000111 0 1100000 1100 1101000 1011011 101110

Color Harmonies of #42E10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E10A

Black with #42E10A

Text Example


Text Example

White with #42E10A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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