Html Css Color HEX #33F700 Harlequin

📋 copy color: '#33F700'

red 51 ◦ green 247 ◦ blue 0

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

Shades of Harlequin #33F700

Tints of Harlequin #33F700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 82.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 17.11%
G = 82.89%
B = 0%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#33F700 (or 0x33F700) is known color: Harlequin. HEX triplet: 33, F7 and 00. RGB value is (51,247,0). Sum of RGB (Red+Green+Blue) = 51+247+0=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 247 (96.88% from 255 or 82.89% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 247 - color contains mainly: green. Hex color #33F700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33F700 is #CC08FF. Grayscale: #A1A1A1. Windows color (decimal): -13371648 or 63283. OLE color: 63283.

HSL color Cylindrical-coordinate representation of color #33F700: hue angle of 107.61º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33F700 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 51 247 0 -
CMYK 0.79 0 1 0.03
HSL 107.61º 1% 0.48% -
HSV(B) 107.61º 1% 0.97% -
XYZ 34.63 67.23 11.15 -
YUV 160.24 37.57 50.08 -
System Red Green Blue C M Y K H S L
Decimal 51 247 0 0.79 0 1 0.03 107.61 1 0.48
Hex 33 F7 0 4F 0 64 3 6C 64 30
Octal 63 367 0 117 0 144 3 154 144 60
Binary 110011 11110111 0 1001111 0 1100100 11 1101100 1100100 110000

Color Harmonies of #33F700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F700

Black with #33F700

Text Example


Text Example

White with #33F700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,247,0); }

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

background-color css

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

 a { background-color: rgb(51,247,0); }

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

border-color css

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

 span { border-color: rgb(51,247,0); }

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