Html Css Color HEX #42E713 Harlequin

📋 copy color: '#42E713'

red 66 ◦ green 231 ◦ blue 19

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

Shades of Harlequin #42E713

Tints of Harlequin #42E713

RGB

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

 GREEN value IS 231 (90.63% from 255) = 73.1%

 BLUE value IS 19 (7.81% from 255) = 6.01%

R = 20.89%
G = 73.1%
B = 6.01%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#42E713 (or 0x42E713) is known color: Harlequin. HEX triplet: 42, E7 and 13. RGB value is (66,231,19). Sum of RGB (Red+Green+Blue) = 66+231+19=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 231 (90.62% from 255 or 73.10% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 231 - color contains mainly: green. Hex color #42E713 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42E713 is #BD18EC. Grayscale: #9E9E9E. Windows color (decimal): -12392685 or 1304386. OLE color: 1304386.

HSL color Cylindrical-coordinate representation of color #42E713: hue angle of 106.7º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42E713 is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 231 19 -
CMYK 0.71 0 0.92 0.09
HSL 106.7º 0.85% 0.49% -
HSV(B) 106.7º 0.92% 0.91% -
XYZ 30.94 58.36 10.25 -
YUV 157.5 49.84 62.74 -
System Red Green Blue C M Y K H S L
Decimal 66 231 19 0.71 0 0.92 0.09 106.7 0.85 0.49
Hex 42 E7 13 47 0 5C 9 6B 55 31
Octal 102 347 23 107 0 134 11 153 125 61
Binary 1000010 11100111 10011 1000111 0 1011100 1001 1101011 1010101 110001

Color Harmonies of #42E713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E713

Black with #42E713

Text Example


Text Example

White with #42E713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,231,19); }

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

background-color css

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

 a { background-color: rgb(66,231,19); }

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

border-color css

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

 span { border-color: rgb(66,231,19); }

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