Html Css Color HEX #35EC1D Harlequin

📋 copy color: '#35EC1D'

red 53 ◦ green 236 ◦ blue 29

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

Shades of Harlequin #35EC1D

Tints of Harlequin #35EC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 16.67%
G = 74.21%
B = 9.12%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#35EC1D (or 0x35EC1D) is known color: Harlequin. HEX triplet: 35, EC and 1D. RGB value is (53,236,29). Sum of RGB (Red+Green+Blue) = 53+236+29=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 236 (92.58% from 255 or 74.21% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 236 - color contains mainly: green. Hex color #35EC1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35EC1D is #CA13E2. Grayscale: #9E9E9E. Windows color (decimal): -13243363 or 1961013. OLE color: 1961013.

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

Color convert

RGB 53 236 29 -
CMYK 0.78 0 0.88 0.07
HSL 113.04º 0.84% 0.52% -
HSV(B) 113.04º 0.88% 0.93% -
XYZ 31.69 60.84 11.24 -
YUV 157.69 55.37 53.33 -
System Red Green Blue C M Y K H S L
Decimal 53 236 29 0.78 0 0.88 0.07 113.04 0.84 0.52
Hex 35 EC 1D 4E 0 58 7 71 54 34
Octal 65 354 35 116 0 130 7 161 124 64
Binary 110101 11101100 11101 1001110 0 1011000 111 1110001 1010100 110100

Color Harmonies of #35EC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35EC1D

Black with #35EC1D

Text Example


Text Example

White with #35EC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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