Html Css Color HEX #42E60D Harlequin

📋 copy color: '#42E60D'

red 66 ◦ green 230 ◦ blue 13

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

Shades of Harlequin #42E60D

Tints of Harlequin #42E60D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 74.43%

 BLUE value IS 13 (5.47% from 255) = 4.21%

R = 21.36%
G = 74.43%
B = 4.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#42E60D (or 0x42E60D) is known color: Harlequin. HEX triplet: 42, E6 and 0D. RGB value is (66,230,13). Sum of RGB (Red+Green+Blue) = 66+230+13=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 230 (90.23% from 255 or 74.43% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 230 - color contains mainly: green. Hex color #42E60D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42E60D is #BD19F2. Grayscale: #9C9C9C. Windows color (decimal): -12392947 or 910914. OLE color: 910914.

HSL color Cylindrical-coordinate representation of color #42E60D: hue angle of 105.35º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42E60D is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 66 230 13 -
CMYK 0.71 0 0.94 0.10
HSL 105.35º 0.89% 0.48% -
HSV(B) 105.35º 0.94% 0.9% -
XYZ 30.62 57.78 9.92 -
YUV 156.23 47.17 63.64 -
System Red Green Blue C M Y K H S L
Decimal 66 230 13 0.71 0 0.94 0.10 105.35 0.89 0.48
Hex 42 E6 D 47 0 5E A 69 59 30
Octal 102 346 15 107 0 136 12 151 131 60
Binary 1000010 11100110 1101 1000111 0 1011110 1010 1101001 1011001 110000

Color Harmonies of #42E60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E60D

Black with #42E60D

Text Example


Text Example

White with #42E60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,230,13); }

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

background-color css

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

 a { background-color: rgb(66,230,13); }

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

border-color css

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

 span { border-color: rgb(66,230,13); }

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