Html Css Color HEX #42ED1A Harlequin

📋 copy color: '#42ED1A'

red 66 ◦ green 237 ◦ blue 26

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

Shades of Harlequin #42ED1A

Tints of Harlequin #42ED1A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 72.04%

 BLUE value IS 26 (10.55% from 255) = 7.9%

R = 20.06%
G = 72.04%
B = 7.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#42ED1A (or 0x42ED1A) is known color: Harlequin. HEX triplet: 42, ED and 1A. RGB value is (66,237,26). Sum of RGB (Red+Green+Blue) = 66+237+26=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 237 (92.97% from 255 or 72.04% from 329); Blue value is 26 (10.55% from 255 or 7.90% from 329); Max value from RGB is 237 - color contains mainly: green. Hex color #42ED1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42ED1A is #BD12E5. Grayscale: #A2A2A2. Windows color (decimal): -12391142 or 1764674. OLE color: 1764674.

HSL color Cylindrical-coordinate representation of color #42ED1A: hue angle of 108.63º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42ED1A is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 237 26 -
CMYK 0.72 0 0.89 0.07
HSL 108.63º 0.85% 0.52% -
HSV(B) 108.63º 0.89% 0.93% -
XYZ 32.72 61.8 11.18 -
YUV 161.82 51.35 59.66 -
System Red Green Blue C M Y K H S L
Decimal 66 237 26 0.72 0 0.89 0.07 108.63 0.85 0.52
Hex 42 ED 1A 48 0 59 7 6D 55 34
Octal 102 355 32 110 0 131 7 155 125 64
Binary 1000010 11101101 11010 1001000 0 1011001 111 1101101 1010101 110100

Color Harmonies of #42ED1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ED1A

Black with #42ED1A

Text Example


Text Example

White with #42ED1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,237,26); }

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

background-color css

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

 a { background-color: rgb(66,237,26); }

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

border-color css

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

 span { border-color: rgb(66,237,26); }

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