Html Css Color HEX #33FE01 Harlequin

📋 copy color: '#33FE01'

red 51 ◦ green 254 ◦ blue 1

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

Shades of Harlequin #33FE01

Tints of Harlequin #33FE01

RGB

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

 GREEN value IS 254 (99.61% from 255) = 83.01%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 16.67%
G = 83.01%
B = 0.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#33FE01 (or 0x33FE01) is known color: Harlequin. HEX triplet: 33, FE and 01. RGB value is (51,254,1). Sum of RGB (Red+Green+Blue) = 51+254+1=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 254 (99.61% from 255 or 83.01% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 254 - color contains mainly: green. Hex color #33FE01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33FE01 is #CC01FE. Grayscale: #A5A5A5. Windows color (decimal): -13369855 or 130611. OLE color: 130611.

HSL color Cylindrical-coordinate representation of color #33FE01: hue angle of 108.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33FE01 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 51 254 1 -
CMYK 0.80 0 1.00 0.00
HSL 108.14º 0.99% 0.5% -
HSV(B) 108.14º 1% 1% -
XYZ 36.81 71.59 11.91 -
YUV 164.46 35.75 47.07 -
System Red Green Blue C M Y K H S L
Decimal 51 254 1 0.80 0 1.00 0.00 108.14 0.99 0.5
Hex 33 FE 1 50 0 64 0 6C 63 32
Octal 63 376 1 120 0 144 0 154 143 62
Binary 110011 11111110 1 1010000 0 1100100 0 1101100 1100011 110010

Color Harmonies of #33FE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33FE01

Black with #33FE01

Text Example


Text Example

White with #33FE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,254,1); }

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

background-color css

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

 a { background-color: rgb(51,254,1); }

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

border-color css

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

 span { border-color: rgb(51,254,1); }

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