Html Css Color HEX #42DF13 Harlequin

📋 copy color: '#42DF13'

red 66 ◦ green 223 ◦ blue 19

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

Shades of Harlequin #42DF13

Tints of Harlequin #42DF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 21.43%
G = 72.4%
B = 6.17%

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

#42DF13 (or 0x42DF13) is known color: Harlequin. HEX triplet: 42, DF and 13. RGB value is (66,223,19). Sum of RGB (Red+Green+Blue) = 66+223+19=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 223 (87.5% from 255 or 72.40% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DF13 is #BD20EC. Grayscale: #999999. Windows color (decimal): -12394733 or 1302338. OLE color: 1302338.

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

Color convert

RGB 66 223 19 -
CMYK 0.70 0 0.91 0.13
HSL 106.18º 0.84% 0.47% -
HSV(B) 106.18º 0.91% 0.87% -
XYZ 28.75 53.98 9.52 -
YUV 152.8 52.49 66.09 -
System Red Green Blue C M Y K H S L
Decimal 66 223 19 0.70 0 0.91 0.13 106.18 0.84 0.47
Hex 42 DF 13 46 0 5B D 6A 54 2F
Octal 102 337 23 106 0 133 15 152 124 57
Binary 1000010 11011111 10011 1000110 0 1011011 1101 1101010 1010100 101111

Color Harmonies of #42DF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DF13

Black with #42DF13

Text Example


Text Example

White with #42DF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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