Html Css Color HEX #33EE14 Harlequin

📋 copy color: '#33EE14'

red 51 ◦ green 238 ◦ blue 20

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

Shades of Harlequin #33EE14

Tints of Harlequin #33EE14

RGB

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

 GREEN value IS 238 (93.36% from 255) = 77.02%

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 16.5%
G = 77.02%
B = 6.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#33EE14 (or 0x33EE14) is known color: Harlequin. HEX triplet: 33, EE and 14. RGB value is (51,238,20). Sum of RGB (Red+Green+Blue) = 51+238+20=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 238 (93.36% from 255 or 77.02% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 238 - color contains mainly: green. Hex color #33EE14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33EE14 is #CC11EB. Grayscale: #9D9D9D. Windows color (decimal): -13373932 or 1371699. OLE color: 1371699.

HSL color Cylindrical-coordinate representation of color #33EE14: hue angle of 111.47º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33EE14 is Cyan = 0.79, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 51 238 20 -
CMYK 0.79 0 0.92 0.07
HSL 111.47º 0.87% 0.51% -
HSV(B) 111.47º 0.92% 0.93% -
XYZ 32.07 61.9 10.92 -
YUV 157.24 50.55 52.23 -
System Red Green Blue C M Y K H S L
Decimal 51 238 20 0.79 0 0.92 0.07 111.47 0.87 0.51
Hex 33 EE 14 4F 0 5C 7 6F 57 33
Octal 63 356 24 117 0 134 7 157 127 63
Binary 110011 11101110 10100 1001111 0 1011100 111 1101111 1010111 110011

Color Harmonies of #33EE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EE14

Black with #33EE14

Text Example


Text Example

White with #33EE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,238,20); }

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

background-color css

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

 a { background-color: rgb(51,238,20); }

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

border-color css

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

 span { border-color: rgb(51,238,20); }

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