#35F31B

Color #35F31B Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #35F31B

Tints of Harlequin #35F31B

Color information

#35F31B (or 0x35F31B) is unknown color: approx Harlequin. HEX triplet: 35, F3 and 1B. RGB value is (53,243,27). Sum of RGB (Red+Green+Blue) = 53+243+27=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 243 (95.31% from 255 or 75.23% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 243 - color contains mainly: green. Hex color #35F31B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #35F31B is #CA0CE4. Grayscale: #A2A2A2. Windows color (decimal): -13241573 or 1831733. OLE color: 1831733.

HSL color Cylindrical-coordinate representation of color #35F31B: hue angle of 112.78º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35F31B is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB5324327-
CMYK0.7800.890.05
HSL112.78º90%52.94%-
HSV(B)112.78º88.89%95.29%-
XYZ33.7264.9411.79-
YUV161.5752.0550.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.41%
GREEN value IS 243 (95.31% from 255) = 75.23%
BLUE value IS 27 (10.94% from 255) = 8.36%
R=16.41%
G=75.23%
B=8.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal53243270.7800.890.05112.789052.94
Hex35F31B4E0595715a35
Octal65363331160131516113265
Binary110101111100111101110011100101100110111100011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35F31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,243,27); }

 H1.HeaderClassName
 {
   color: #35F31B;
 }
 .AnyTagClassName
 {
   color: #35F31B;
 }
</style>
background-color css

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

 a { background-color: rgb(53,243,27); }

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

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

 span { border-color: rgb(53,243,27); }

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