Html Css Color HEX #35E60F Harlequin

📋 copy color: '#35E60F'

red 53 ◦ green 230 ◦ blue 15

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

Shades of Harlequin #35E60F

Tints of Harlequin #35E60F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 77.18%

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

R = 17.79%
G = 77.18%
B = 5.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#35E60F (or 0x35E60F) is known color: Harlequin. HEX triplet: 35, E6 and 0F. RGB value is (53,230,15). Sum of RGB (Red+Green+Blue) = 53+230+15=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 230 (90.23% from 255 or 77.18% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 230 - color contains mainly: green. Hex color #35E60F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35E60F is #CA19F0. Grayscale: #999999. Windows color (decimal): -13244913 or 1041973. OLE color: 1041973.

HSL color Cylindrical-coordinate representation of color #35E60F: hue angle of 109.4º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35E60F is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 230 15 -
CMYK 0.77 0 0.93 0.10
HSL 109.4º 0.88% 0.48% -
HSV(B) 109.4º 0.93% 0.9% -
XYZ 29.85 57.39 9.96 -
YUV 152.57 50.36 56.98 -
System Red Green Blue C M Y K H S L
Decimal 53 230 15 0.77 0 0.93 0.10 109.4 0.88 0.48
Hex 35 E6 F 4D 0 5D A 6D 58 30
Octal 65 346 17 115 0 135 12 155 130 60
Binary 110101 11100110 1111 1001101 0 1011101 1010 1101101 1011000 110000

Color Harmonies of #35E60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E60F

Black with #35E60F

Text Example


Text Example

White with #35E60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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