Html Css Color HEX #33DD04 Harlequin

📋 copy color: '#33DD04'

red 51 ◦ green 221 ◦ blue 4

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

Shades of Harlequin #33DD04

Tints of Harlequin #33DD04

RGB

 RED value IS 51 (20.31% from 255) = 18.48%

 GREEN value IS 221 (86.72% from 255) = 80.07%

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 18.48%
G = 80.07%
B = 1.45%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#33DD04 (or 0x33DD04) is known color: Harlequin. HEX triplet: 33, DD and 04. RGB value is (51,221,4). Sum of RGB (Red+Green+Blue) = 51+221+4=276 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.48% from 276); Green value is 221 (86.72% from 255 or 80.07% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33DD04 is #CC22FB. Grayscale: #929292. Windows color (decimal): -13378300 or 318771. OLE color: 318771.

HSL color Cylindrical-coordinate representation of color #33DD04: hue angle of 107º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #33DD04 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 221 4 -
CMYK 0.77 0 0.98 0.13
HSL 107º 0.96% 0.44% -
HSV(B) 107º 0.98% 0.87% -
XYZ 27.24 52.43 8.8 -
YUV 145.43 48.18 60.64 -
System Red Green Blue C M Y K H S L
Decimal 51 221 4 0.77 0 0.98 0.13 107 0.96 0.44
Hex 33 DD 4 4D 0 62 D 6B 60 2C
Octal 63 335 4 115 0 142 15 153 140 54
Binary 110011 11011101 100 1001101 0 1100010 1101 1101011 1100000 101100

Color Harmonies of #33DD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DD04

Black with #33DD04

Text Example


Text Example

White with #33DD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33DD04; }

 p { color: rgb(51,221,4); }

 H1.HeaderClassName
 {
   color: #33DD04;
 }
 .AnyTagClassName
 {
   color: #33DD04;
 }
</style>

background-color css

<style>
 a { background-color: #33DD04; }

 a { background-color: rgb(51,221,4); }

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

border-color css

<style>
 span { border-color: #33DD04; }

 span { border-color: rgb(51,221,4); }

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