Html Css Color HEX #42DF14 Harlequin

📋 copy color: '#42DF14'

red 66 ◦ green 223 ◦ blue 20

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

Shades of Harlequin #42DF14

Tints of Harlequin #42DF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 72.17%

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 21.36%
G = 72.17%
B = 6.47%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#42DF14 (or 0x42DF14) is known color: Harlequin. HEX triplet: 42, DF and 14. RGB value is (66,223,20). Sum of RGB (Red+Green+Blue) = 66+223+20=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 223 (87.5% from 255 or 72.17% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DF14 is #BD20EB. Grayscale: #999999. Windows color (decimal): -12394732 or 1367874. OLE color: 1367874.

HSL color Cylindrical-coordinate representation of color #42DF14: hue angle of 106.4º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42DF14 is Cyan = 0.70, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 223 20 -
CMYK 0.70 0 0.91 0.13
HSL 106.4º 0.84% 0.48% -
HSV(B) 106.4º 0.91% 0.87% -
XYZ 28.76 53.98 9.57 -
YUV 152.92 52.99 66.01 -
System Red Green Blue C M Y K H S L
Decimal 66 223 20 0.70 0 0.91 0.13 106.4 0.84 0.48
Hex 42 DF 14 46 0 5B D 6A 54 30
Octal 102 337 24 106 0 133 15 152 124 60
Binary 1000010 11011111 10100 1000110 0 1011011 1101 1101010 1010100 110000

Color Harmonies of #42DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DF14

Black with #42DF14

Text Example


Text Example

White with #42DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,223,20); }

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

background-color css

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

 a { background-color: rgb(66,223,20); }

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

border-color css

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

 span { border-color: rgb(66,223,20); }

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