Html Css Color HEX #35E013 Harlequin

📋 copy color: '#35E013'

red 53 ◦ green 224 ◦ blue 19

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

Shades of Harlequin #35E013

Tints of Harlequin #35E013

RGB

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

 GREEN value IS 224 (87.89% from 255) = 75.68%

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 17.91%
G = 75.68%
B = 6.42%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#35E013 (or 0x35E013) is known color: Harlequin. HEX triplet: 35, E0 and 13. RGB value is (53,224,19). Sum of RGB (Red+Green+Blue) = 53+224+19=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 224 (87.89% from 255 or 75.68% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 224 - color contains mainly: green. Hex color #35E013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35E013 is #CA1FEC. Grayscale: #969696. Windows color (decimal): -13246445 or 1302581. OLE color: 1302581.

HSL color Cylindrical-coordinate representation of color #35E013: hue angle of 110.05º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35E013 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 224 19 -
CMYK 0.76 0 0.92 0.12
HSL 110.05º 0.84% 0.48% -
HSV(B) 110.05º 0.92% 0.88% -
XYZ 28.24 54.12 9.57 -
YUV 149.5 54.35 59.17 -
System Red Green Blue C M Y K H S L
Decimal 53 224 19 0.76 0 0.92 0.12 110.05 0.84 0.48
Hex 35 E0 13 4C 0 5C C 6E 54 30
Octal 65 340 23 114 0 134 14 156 124 60
Binary 110101 11100000 10011 1001100 0 1011100 1100 1101110 1010100 110000

Color Harmonies of #35E013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E013

Black with #35E013

Text Example


Text Example

White with #35E013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,224,19); }

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

background-color css

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

 a { background-color: rgb(53,224,19); }

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

border-color css

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

 span { border-color: rgb(53,224,19); }

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