Html Css Color HEX #42F917 Harlequin

📋 copy color: '#42F917'

red 66 ◦ green 249 ◦ blue 23

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

Shades of Harlequin #42F917

Tints of Harlequin #42F917

RGB

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

 GREEN value IS 249 (97.66% from 255) = 73.67%

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

R = 19.53%
G = 73.67%
B = 6.8%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#42F917 (or 0x42F917) is known color: Harlequin. HEX triplet: 42, F9 and 17. RGB value is (66,249,23). Sum of RGB (Red+Green+Blue) = 66+249+23=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 249 (97.66% from 255 or 73.67% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 249 - color contains mainly: green. Hex color #42F917 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F917 is #BD06E8. Grayscale: #A9A9A9. Windows color (decimal): -12388073 or 1571138. OLE color: 1571138.

HSL color Cylindrical-coordinate representation of color #42F917: hue angle of 108.58º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42F917 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 249 23 -
CMYK 0.73 0 0.91 0.02
HSL 108.58º 0.95% 0.53% -
HSV(B) 108.58º 0.91% 0.98% -
XYZ 36.28 68.97 12.21 -
YUV 168.52 45.87 54.88 -
System Red Green Blue C M Y K H S L
Decimal 66 249 23 0.73 0 0.91 0.02 108.58 0.95 0.53
Hex 42 F9 17 49 0 5B 2 6D 5F 35
Octal 102 371 27 111 0 133 2 155 137 65
Binary 1000010 11111001 10111 1001001 0 1011011 10 1101101 1011111 110101

Color Harmonies of #42F917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F917

Black with #42F917

Text Example


Text Example

White with #42F917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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