Html Css Color HEX #42F013 Harlequin

📋 copy color: '#42F013'

red 66 ◦ green 240 ◦ blue 19

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

Shades of Harlequin #42F013

Tints of Harlequin #42F013

RGB

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

 GREEN value IS 240 (94.14% from 255) = 73.85%

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

R = 20.31%
G = 73.85%
B = 5.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#42F013 (or 0x42F013) is known color: Harlequin. HEX triplet: 42, F0 and 13. RGB value is (66,240,19). Sum of RGB (Red+Green+Blue) = 66+240+19=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 240 (94.14% from 255 or 73.85% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 240 - color contains mainly: green. Hex color #42F013 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F013 is #BD0FEC. Grayscale: #A3A3A3. Windows color (decimal): -12390381 or 1306690. OLE color: 1306690.

HSL color Cylindrical-coordinate representation of color #42F013: hue angle of 107.24º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42F013 is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 66 240 19 -
CMYK 0.72 0 0.92 0.06
HSL 107.24º 0.88% 0.51% -
HSV(B) 107.24º 0.92% 0.94% -
XYZ 33.52 63.53 11.11 -
YUV 162.78 46.85 58.97 -
System Red Green Blue C M Y K H S L
Decimal 66 240 19 0.72 0 0.92 0.06 107.24 0.88 0.51
Hex 42 F0 13 48 0 5C 6 6B 58 33
Octal 102 360 23 110 0 134 6 153 130 63
Binary 1000010 11110000 10011 1001000 0 1011100 110 1101011 1011000 110011

Color Harmonies of #42F013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F013

Black with #42F013

Text Example


Text Example

White with #42F013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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