Html Css Color HEX #42DF0B Harlequin

📋 copy color: '#42DF0B'

red 66 ◦ green 223 ◦ blue 11

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

Shades of Harlequin #42DF0B

Tints of Harlequin #42DF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.67%

R = 22%
G = 74.33%
B = 3.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#42DF0B (or 0x42DF0B) is known color: Harlequin. HEX triplet: 42, DF and 0B. RGB value is (66,223,11). Sum of RGB (Red+Green+Blue) = 66+223+11=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 223 (87.5% from 255 or 74.33% from 300); Blue value is 11 (4.69% from 255 or 3.67% from 300); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42DF0B is #BD20F4. Grayscale: #989898. Windows color (decimal): -12394741 or 778050. OLE color: 778050.

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

Color convert

RGB 66 223 11 -
CMYK 0.70 0 0.95 0.13
HSL 104.43º 0.91% 0.46% -
HSV(B) 104.43º 0.95% 0.87% -
XYZ 28.69 53.96 9.22 -
YUV 151.89 48.49 66.74 -
System Red Green Blue C M Y K H S L
Decimal 66 223 11 0.70 0 0.95 0.13 104.43 0.91 0.46
Hex 42 DF B 46 0 5F D 68 5B 2E
Octal 102 337 13 106 0 137 15 150 133 56
Binary 1000010 11011111 1011 1000110 0 1011111 1101 1101000 1011011 101110

Color Harmonies of #42DF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DF0B

Black with #42DF0B

Text Example


Text Example

White with #42DF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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