Html Css Color HEX #33F221 Harlequin

📋 copy color: '#33F221'

red 51 ◦ green 242 ◦ blue 33

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

Shades of Harlequin #33F221

Tints of Harlequin #33F221

RGB

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

 GREEN value IS 242 (94.92% from 255) = 74.23%

 BLUE value IS 33 (13.28% from 255) = 10.12%

R = 15.64%
G = 74.23%
B = 10.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#33F221 (or 0x33F221) is known color: Harlequin. HEX triplet: 33, F2 and 21. RGB value is (51,242,33). Sum of RGB (Red+Green+Blue) = 51+242+33=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #33F221 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F221 is #CC0DDE. Grayscale: #A1A1A1. Windows color (decimal): -13372895 or 2224691. OLE color: 2224691.

HSL color Cylindrical-coordinate representation of color #33F221: hue angle of 114.83º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33F221 is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 242 33 -
CMYK 0.79 0 0.86 0.05
HSL 114.83º 0.89% 0.54% -
HSV(B) 114.83º 0.86% 0.95% -
XYZ 33.39 64.32 12.09 -
YUV 161.07 55.72 49.49 -
System Red Green Blue C M Y K H S L
Decimal 51 242 33 0.79 0 0.86 0.05 114.83 0.89 0.54
Hex 33 F2 21 4F 0 56 5 73 59 36
Octal 63 362 41 117 0 126 5 163 131 66
Binary 110011 11110010 100001 1001111 0 1010110 101 1110011 1011001 110110

Color Harmonies of #33F221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F221

Black with #33F221

Text Example


Text Example

White with #33F221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,242,33); }

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

background-color css

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

 a { background-color: rgb(51,242,33); }

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

border-color css

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

 span { border-color: rgb(51,242,33); }

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