Html Css Color HEX #35EC0E Harlequin

📋 copy color: '#35EC0E'

red 53 ◦ green 236 ◦ blue 14

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

Shades of Harlequin #35EC0E

Tints of Harlequin #35EC0E

RGB

 RED value IS 53 (21.09% from 255) = 17.49%

 GREEN value IS 236 (92.58% from 255) = 77.89%

 BLUE value IS 14 (5.86% from 255) = 4.62%

R = 17.49%
G = 77.89%
B = 4.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#35EC0E (or 0x35EC0E) is known color: Harlequin. HEX triplet: 35, EC and 0E. RGB value is (53,236,14). Sum of RGB (Red+Green+Blue) = 53+236+14=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 236 (92.58% from 255 or 77.89% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 236 - color contains mainly: green. Hex color #35EC0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35EC0E is #CA13F1. Grayscale: #9C9C9C. Windows color (decimal): -13243378 or 977973. OLE color: 977973.

HSL color Cylindrical-coordinate representation of color #35EC0E: hue angle of 109.46º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #35EC0E is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 236 14 -
CMYK 0.78 0 0.94 0.07
HSL 109.46º 0.89% 0.49% -
HSV(B) 109.46º 0.94% 0.93% -
XYZ 31.54 60.78 10.48 -
YUV 155.98 47.87 54.55 -
System Red Green Blue C M Y K H S L
Decimal 53 236 14 0.78 0 0.94 0.07 109.46 0.89 0.49
Hex 35 EC E 4E 0 5E 7 6D 59 31
Octal 65 354 16 116 0 136 7 155 131 61
Binary 110101 11101100 1110 1001110 0 1011110 111 1101101 1011001 110001

Color Harmonies of #35EC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35EC0E

Black with #35EC0E

Text Example


Text Example

White with #35EC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35EC0E; }

 p { color: rgb(53,236,14); }

 H1.HeaderClassName
 {
   color: #35EC0E;
 }
 .AnyTagClassName
 {
   color: #35EC0E;
 }
</style>

background-color css

<style>
 a { background-color: #35EC0E; }

 a { background-color: rgb(53,236,14); }

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

border-color css

<style>
 span { border-color: #35EC0E; }

 span { border-color: rgb(53,236,14); }

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