Html Css Color HEX #42F017 Harlequin

📋 copy color: '#42F017'

red 66 ◦ green 240 ◦ blue 23

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

Shades of Harlequin #42F017

Tints of Harlequin #42F017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.99%

R = 20.06%
G = 72.95%
B = 6.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#42F017 (or 0x42F017) is known color: Harlequin. HEX triplet: 42, F0 and 17. RGB value is (66,240,23). Sum of RGB (Red+Green+Blue) = 66+240+23=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 240 (94.14% from 255 or 72.95% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 240 - color contains mainly: green. Hex color #42F017 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F017 is #BD0FE8. Grayscale: #A3A3A3. Windows color (decimal): -12390377 or 1568834. OLE color: 1568834.

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

Color convert

RGB 66 240 23 -
CMYK 0.72 0 0.90 0.06
HSL 108.11º 0.88% 0.52% -
HSV(B) 108.11º 0.9% 0.94% -
XYZ 33.56 63.54 11.31 -
YUV 163.24 48.85 58.64 -
System Red Green Blue C M Y K H S L
Decimal 66 240 23 0.72 0 0.90 0.06 108.11 0.88 0.52
Hex 42 F0 17 48 0 5A 6 6C 58 34
Octal 102 360 27 110 0 132 6 154 130 64
Binary 1000010 11110000 10111 1001000 0 1011010 110 1101100 1011000 110100

Color Harmonies of #42F017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F017

Black with #42F017

Text Example


Text Example

White with #42F017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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