Html Css Color HEX #35F800 Harlequin

📋 copy color: '#35F800'

red 53 ◦ green 248 ◦ blue 0

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

Shades of Harlequin #35F800

Tints of Harlequin #35F800

RGB

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

 GREEN value IS 248 (97.27% from 255) = 82.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 17.61%
G = 82.39%
B = 0%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#35F800 (or 0x35F800) is known color: Harlequin. HEX triplet: 35, F8 and 00. RGB value is (53,248,0). Sum of RGB (Red+Green+Blue) = 53+248+0=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 248 (97.27% from 255 or 82.39% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 248 - color contains mainly: green. Hex color #35F800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35F800 is #CA07FF. Grayscale: #A2A2A2. Windows color (decimal): -13240320 or 63541. OLE color: 63541.

HSL color Cylindrical-coordinate representation of color #35F800: hue angle of 107.18º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35F800 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 53 248 0 -
CMYK 0.79 0 1 0.03
HSL 107.18º 1% 0.49% -
HSV(B) 107.18º 1% 0.97% -
XYZ 35.04 67.89 11.26 -
YUV 161.42 36.9 50.67 -
System Red Green Blue C M Y K H S L
Decimal 53 248 0 0.79 0 1 0.03 107.18 1 0.49
Hex 35 F8 0 4F 0 64 3 6B 64 31
Octal 65 370 0 117 0 144 3 153 144 61
Binary 110101 11111000 0 1001111 0 1100100 11 1101011 1100100 110001

Color Harmonies of #35F800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F800

Black with #35F800

Text Example


Text Example

White with #35F800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,248,0); }

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

background-color css

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

 a { background-color: rgb(53,248,0); }

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

border-color css

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

 span { border-color: rgb(53,248,0); }

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