Html Css Color HEX #35DD00 Harlequin

📋 copy color: '#35DD00'

red 53 ◦ green 221 ◦ blue 0

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

Shades of Harlequin #35DD00

Tints of Harlequin #35DD00

RGB

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

 GREEN value IS 221 (86.72% from 255) = 80.66%

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

R = 19.34%
G = 80.66%
B = 0%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#35DD00 (or 0x35DD00) is known color: Harlequin. HEX triplet: 35, DD and 00. RGB value is (53,221,0). Sum of RGB (Red+Green+Blue) = 53+221+0=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 221 (86.72% from 255 or 80.66% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 221 - color contains mainly: green. Hex color #35DD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35DD00 is #CA22FF. Grayscale: #929292. Windows color (decimal): -13247232 or 56629. OLE color: 56629.

HSL color Cylindrical-coordinate representation of color #35DD00: hue angle of 105.61º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35DD00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 221 0 -
CMYK 0.76 0 1 0.13
HSL 105.61º 1% 0.43% -
HSV(B) 105.61º 1% 0.87% -
XYZ 27.32 52.47 8.69 -
YUV 145.57 45.84 61.97 -
System Red Green Blue C M Y K H S L
Decimal 53 221 0 0.76 0 1 0.13 105.61 1 0.43
Hex 35 DD 0 4C 0 64 D 6A 64 2B
Octal 65 335 0 114 0 144 15 152 144 53
Binary 110101 11011101 0 1001100 0 1100100 1101 1101010 1100100 101011

Color Harmonies of #35DD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DD00

Black with #35DD00

Text Example


Text Example

White with #35DD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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