Html Css Color HEX #33ED14 Harlequin

📋 copy color: '#33ED14'

red 51 ◦ green 237 ◦ blue 20

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

Shades of Harlequin #33ED14

Tints of Harlequin #33ED14

RGB

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

 GREEN value IS 237 (92.97% from 255) = 76.95%

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

R = 16.56%
G = 76.95%
B = 6.49%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#33ED14 (or 0x33ED14) is known color: Harlequin. HEX triplet: 33, ED and 14. RGB value is (51,237,20). Sum of RGB (Red+Green+Blue) = 51+237+20=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 237 (92.97% from 255 or 76.95% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 237 - color contains mainly: green. Hex color #33ED14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33ED14 is #CC12EB. Grayscale: #9D9D9D. Windows color (decimal): -13374188 or 1371443. OLE color: 1371443.

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

Color convert

RGB 51 237 20 -
CMYK 0.78 0 0.92 0.07
HSL 111.43º 0.86% 0.5% -
HSV(B) 111.43º 0.92% 0.93% -
XYZ 31.78 61.32 10.82 -
YUV 156.65 50.88 52.64 -
System Red Green Blue C M Y K H S L
Decimal 51 237 20 0.78 0 0.92 0.07 111.43 0.86 0.5
Hex 33 ED 14 4E 0 5C 7 6F 56 32
Octal 63 355 24 116 0 134 7 157 126 62
Binary 110011 11101101 10100 1001110 0 1011100 111 1101111 1010110 110010

Color Harmonies of #33ED14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33ED14

Black with #33ED14

Text Example


Text Example

White with #33ED14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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