Html Css Color HEX #42EB10 Harlequin

📋 copy color: '#42EB10'

red 66 ◦ green 235 ◦ blue 16

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

Shades of Harlequin #42EB10

Tints of Harlequin #42EB10

RGB

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

 GREEN value IS 235 (92.19% from 255) = 74.13%

 BLUE value IS 16 (6.64% from 255) = 5.05%

R = 20.82%
G = 74.13%
B = 5.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#42EB10 (or 0x42EB10) is known color: Harlequin. HEX triplet: 42, EB and 10. RGB value is (66,235,16). Sum of RGB (Red+Green+Blue) = 66+235+16=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 235 (92.19% from 255 or 74.13% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 235 - color contains mainly: green. Hex color #42EB10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42EB10 is #BD14EF. Grayscale: #A0A0A0. Windows color (decimal): -12391664 or 1108802. OLE color: 1108802.

HSL color Cylindrical-coordinate representation of color #42EB10: hue angle of 106.3º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42EB10 is Cyan = 0.72, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 235 16 -
CMYK 0.72 0 0.93 0.08
HSL 106.3º 0.87% 0.49% -
HSV(B) 106.3º 0.93% 0.92% -
XYZ 32.05 60.61 10.5 -
YUV 159.5 47.01 61.31 -
System Red Green Blue C M Y K H S L
Decimal 66 235 16 0.72 0 0.93 0.08 106.3 0.87 0.49
Hex 42 EB 10 48 0 5D 8 6A 57 31
Octal 102 353 20 110 0 135 10 152 127 61
Binary 1000010 11101011 10000 1001000 0 1011101 1000 1101010 1010111 110001

Color Harmonies of #42EB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EB10

Black with #42EB10

Text Example


Text Example

White with #42EB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,235,16); }

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

background-color css

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

 a { background-color: rgb(66,235,16); }

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

border-color css

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

 span { border-color: rgb(66,235,16); }

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