Html Css Color HEX #42E015 Harlequin

📋 copy color: '#42E015'

red 66 ◦ green 224 ◦ blue 21

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

Shades of Harlequin #42E015

Tints of Harlequin #42E015

RGB

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

 GREEN value IS 224 (87.89% from 255) = 72.03%

 BLUE value IS 21 (8.59% from 255) = 6.75%

R = 21.22%
G = 72.03%
B = 6.75%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#42E015 (or 0x42E015) is known color: Harlequin. HEX triplet: 42, E0 and 15. RGB value is (66,224,21). Sum of RGB (Red+Green+Blue) = 66+224+21=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 224 (87.89% from 255 or 72.03% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 224 - color contains mainly: green. Hex color #42E015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42E015 is #BD1FEA. Grayscale: #9A9A9A. Windows color (decimal): -12394475 or 1433666. OLE color: 1433666.

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

Color convert

RGB 66 224 21 -
CMYK 0.71 0 0.91 0.12
HSL 106.7º 0.83% 0.48% -
HSV(B) 106.7º 0.91% 0.88% -
XYZ 29.04 54.52 9.7 -
YUV 153.62 53.15 65.51 -
System Red Green Blue C M Y K H S L
Decimal 66 224 21 0.71 0 0.91 0.12 106.7 0.83 0.48
Hex 42 E0 15 47 0 5B C 6B 53 30
Octal 102 340 25 107 0 133 14 153 123 60
Binary 1000010 11100000 10101 1000111 0 1011011 1100 1101011 1010011 110000

Color Harmonies of #42E015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E015

Black with #42E015

Text Example


Text Example

White with #42E015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,224,21); }

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

background-color css

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

 a { background-color: rgb(66,224,21); }

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

border-color css

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

 span { border-color: rgb(66,224,21); }

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