Html Css Color HEX #35EC0F Harlequin

📋 copy color: '#35EC0F'

red 53 ◦ green 236 ◦ blue 15

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

Shades of Harlequin #35EC0F

Tints of Harlequin #35EC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.93%

R = 17.43%
G = 77.63%
B = 4.93%

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

#35EC0F (or 0x35EC0F) is known color: Harlequin. HEX triplet: 35, EC and 0F. RGB value is (53,236,15). Sum of RGB (Red+Green+Blue) = 53+236+15=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 236 (92.58% from 255 or 77.63% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 236 - color contains mainly: green. Hex color #35EC0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35EC0F is #CA13F0. Grayscale: #9C9C9C. Windows color (decimal): -13243377 or 1043509. OLE color: 1043509.

HSL color Cylindrical-coordinate representation of color #35EC0F: hue angle of 109.68º degrees, saturation: 0.88, 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 #35EC0F is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 236 15 -
CMYK 0.78 0 0.94 0.07
HSL 109.68º 0.88% 0.49% -
HSV(B) 109.68º 0.94% 0.93% -
XYZ 31.55 60.78 10.52 -
YUV 156.09 48.37 54.47 -
System Red Green Blue C M Y K H S L
Decimal 53 236 15 0.78 0 0.94 0.07 109.68 0.88 0.49
Hex 35 EC F 4E 0 5E 7 6E 58 31
Octal 65 354 17 116 0 136 7 156 130 61
Binary 110101 11101100 1111 1001110 0 1011110 111 1101110 1011000 110001

Color Harmonies of #35EC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35EC0F

Black with #35EC0F

Text Example


Text Example

White with #35EC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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