Html Css Color HEX #42E10C Harlequin

📋 copy color: '#42E10C'

red 66 ◦ green 225 ◦ blue 12

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

Shades of Harlequin #42E10C

Tints of Harlequin #42E10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.96%

R = 21.78%
G = 74.26%
B = 3.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#42E10C (or 0x42E10C) is known color: Harlequin. HEX triplet: 42, E1 and 0C. RGB value is (66,225,12). Sum of RGB (Red+Green+Blue) = 66+225+12=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 225 (88.28% from 255 or 74.26% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 225 - color contains mainly: green. Hex color #42E10C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E10C is #BD1EF3. Grayscale: #999999. Windows color (decimal): -12394228 or 844098. OLE color: 844098.

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

Color convert

RGB 66 225 12 -
CMYK 0.71 0 0.95 0.12
HSL 104.79º 0.9% 0.46% -
HSV(B) 104.79º 0.95% 0.88% -
XYZ 29.24 55.04 9.43 -
YUV 153.18 48.32 65.82 -
System Red Green Blue C M Y K H S L
Decimal 66 225 12 0.71 0 0.95 0.12 104.79 0.9 0.46
Hex 42 E1 C 47 0 5F C 69 5A 2E
Octal 102 341 14 107 0 137 14 151 132 56
Binary 1000010 11100001 1100 1000111 0 1011111 1100 1101001 1011010 101110

Color Harmonies of #42E10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E10C

Black with #42E10C

Text Example


Text Example

White with #42E10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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