Html Css Color HEX #42F015 Harlequin

📋 copy color: '#42F015'

red 66 ◦ green 240 ◦ blue 21

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

Shades of Harlequin #42F015

Tints of Harlequin #42F015

RGB

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

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

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

R = 20.18%
G = 73.39%
B = 6.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#42F015 (or 0x42F015) is known color: Harlequin. HEX triplet: 42, F0 and 15. RGB value is (66,240,21). Sum of RGB (Red+Green+Blue) = 66+240+21=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 240 (94.14% from 255 or 73.39% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 240 - color contains mainly: green. Hex color #42F015 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F015 is #BD0FEA. Grayscale: #A3A3A3. Windows color (decimal): -12390379 or 1437762. OLE color: 1437762.

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

Color convert

RGB 66 240 21 -
CMYK 0.72 0 0.91 0.06
HSL 107.67º 0.88% 0.51% -
HSV(B) 107.67º 0.91% 0.94% -
XYZ 33.54 63.53 11.2 -
YUV 163.01 47.85 58.81 -
System Red Green Blue C M Y K H S L
Decimal 66 240 21 0.72 0 0.91 0.06 107.67 0.88 0.51
Hex 42 F0 15 48 0 5B 6 6C 58 33
Octal 102 360 25 110 0 133 6 154 130 63
Binary 1000010 11110000 10101 1001000 0 1011011 110 1101100 1011000 110011

Color Harmonies of #42F015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F015

Black with #42F015

Text Example


Text Example

White with #42F015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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