Html Css Color HEX #35E908 Harlequin

📋 copy color: '#35E908'

red 53 ◦ green 233 ◦ blue 8

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

Shades of Harlequin #35E908

Tints of Harlequin #35E908

RGB

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

 GREEN value IS 233 (91.41% from 255) = 79.25%

 BLUE value IS 8 (3.52% from 255) = 2.72%

R = 18.03%
G = 79.25%
B = 2.72%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#35E908 (or 0x35E908) is known color: Harlequin. HEX triplet: 35, E9 and 08. RGB value is (53,233,8). Sum of RGB (Red+Green+Blue) = 53+233+8=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 233 (91.41% from 255 or 79.25% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 233 - color contains mainly: green. Hex color #35E908 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35E908 is #CA16F7. Grayscale: #9A9A9A. Windows color (decimal): -13244152 or 583989. OLE color: 583989.

HSL color Cylindrical-coordinate representation of color #35E908: hue angle of 108º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #35E908 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 53 233 8 -
CMYK 0.77 0 0.97 0.09
HSL 108º 0.93% 0.47% -
HSV(B) 108º 0.97% 0.91% -
XYZ 30.65 59.05 10.01 -
YUV 153.53 45.87 56.3 -
System Red Green Blue C M Y K H S L
Decimal 53 233 8 0.77 0 0.97 0.09 108 0.93 0.47
Hex 35 E9 8 4D 0 61 9 6C 5D 2F
Octal 65 351 10 115 0 141 11 154 135 57
Binary 110101 11101001 1000 1001101 0 1100001 1001 1101100 1011101 101111

Color Harmonies of #35E908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35E908

Black with #35E908

Text Example


Text Example

White with #35E908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,233,8); }

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

background-color css

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

 a { background-color: rgb(53,233,8); }

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

border-color css

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

 span { border-color: rgb(53,233,8); }

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