Html Css Color HEX #35FF03 Harlequin

📋 copy color: '#35FF03'

red 53 ◦ green 255 ◦ blue 3

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

Shades of Harlequin #35FF03

Tints of Harlequin #35FF03

RGB

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

 GREEN value IS 255 (100% from 255) = 81.99%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 17.04%
G = 81.99%
B = 0.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#35FF03 (or 0x35FF03) is known color: Harlequin. HEX triplet: 35, FF and 03. RGB value is (53,255,3). Sum of RGB (Red+Green+Blue) = 53+255+3=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 255 (100% from 255 or 81.99% from 311); Blue value is 3 (1.56% from 255 or 0.96% from 311); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35FF03 is #CA00FC. Grayscale: #A6A6A6. Windows color (decimal): -13238525 or 261941. OLE color: 261941.

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

Color convert

RGB 53 255 3 -
CMYK 0.79 0 0.99 0
HSL 108.1º 1% 0.51% -
HSV(B) 108.1º 0.99% 1% -
XYZ 37.24 72.28 12.08 -
YUV 165.87 36.08 47.49 -
System Red Green Blue C M Y K H S L
Decimal 53 255 3 0.79 0 0.99 0 108.1 1 0.51
Hex 35 FF 3 4F 0 63 0 6C 64 33
Octal 65 377 3 117 0 143 0 154 144 63
Binary 110101 11111111 11 1001111 0 1100011 0 1101100 1100100 110011

Color Harmonies of #35FF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FF03

Black with #35FF03

Text Example


Text Example

White with #35FF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,255,3); }

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

background-color css

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

 a { background-color: rgb(53,255,3); }

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

border-color css

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

 span { border-color: rgb(53,255,3); }

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