Html Css Color HEX #42F916 Harlequin

📋 copy color: '#42F916'

red 66 ◦ green 249 ◦ blue 22

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

Shades of Harlequin #42F916

Tints of Harlequin #42F916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.53%

R = 19.58%
G = 73.89%
B = 6.53%

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

#42F916 (or 0x42F916) is known color: Harlequin. HEX triplet: 42, F9 and 16. RGB value is (66,249,22). Sum of RGB (Red+Green+Blue) = 66+249+22=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 249 (97.66% from 255 or 73.89% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 249 - color contains mainly: green. Hex color #42F916 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #42F916 is #BD06E9. Grayscale: #A9A9A9. Windows color (decimal): -12388074 or 1505602. OLE color: 1505602.

HSL color Cylindrical-coordinate representation of color #42F916: hue angle of 108.37º 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 #42F916 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 249 22 -
CMYK 0.73 0 0.91 0.02
HSL 108.37º 0.95% 0.53% -
HSV(B) 108.37º 0.91% 0.98% -
XYZ 36.27 68.97 12.16 -
YUV 168.41 45.37 54.96 -
System Red Green Blue C M Y K H S L
Decimal 66 249 22 0.73 0 0.91 0.02 108.37 0.95 0.53
Hex 42 F9 16 49 0 5B 2 6C 5F 35
Octal 102 371 26 111 0 133 2 154 137 65
Binary 1000010 11111001 10110 1001001 0 1011011 10 1101100 1011111 110101

Color Harmonies of #42F916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42F916

Black with #42F916

Text Example


Text Example

White with #42F916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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