Html Css Color HEX #35EF1D Harlequin

📋 copy color: '#35EF1D'

red 53 ◦ green 239 ◦ blue 29

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

Shades of Harlequin #35EF1D

Tints of Harlequin #35EF1D

RGB

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

 GREEN value IS 239 (93.75% from 255) = 74.45%

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

R = 16.51%
G = 74.45%
B = 9.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#35EF1D (or 0x35EF1D) is known color: Harlequin. HEX triplet: 35, EF and 1D. RGB value is (53,239,29). Sum of RGB (Red+Green+Blue) = 53+239+29=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 239 (93.75% from 255 or 74.45% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 239 - color contains mainly: green. Hex color #35EF1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35EF1D is #CA10E2. Grayscale: #A0A0A0. Windows color (decimal): -13242595 or 1961781. OLE color: 1961781.

HSL color Cylindrical-coordinate representation of color #35EF1D: hue angle of 113.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #35EF1D is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 53 239 29 -
CMYK 0.78 0 0.88 0.06
HSL 113.14º 0.87% 0.53% -
HSV(B) 113.14º 0.88% 0.94% -
XYZ 32.56 62.58 11.53 -
YUV 159.45 54.38 52.08 -
System Red Green Blue C M Y K H S L
Decimal 53 239 29 0.78 0 0.88 0.06 113.14 0.87 0.53
Hex 35 EF 1D 4E 0 58 6 71 57 35
Octal 65 357 35 116 0 130 6 161 127 65
Binary 110101 11101111 11101 1001110 0 1011000 110 1110001 1010111 110101

Color Harmonies of #35EF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35EF1D

Black with #35EF1D

Text Example


Text Example

White with #35EF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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