Html Css Color HEX #35FF04 Harlequin

📋 copy color: '#35FF04'

red 53 ◦ green 255 ◦ blue 4

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

Shades of Harlequin #35FF04

Tints of Harlequin #35FF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 16.99%
G = 81.73%
B = 1.28%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#35FF04 (or 0x35FF04) is known color: Harlequin. HEX triplet: 35, FF and 04. RGB value is (53,255,4). Sum of RGB (Red+Green+Blue) = 53+255+4=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 255 (100% from 255 or 81.73% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 255 - color contains mainly: green. Hex color #35FF04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35FF04 is #CA00FB. Grayscale: #A6A6A6. Windows color (decimal): -13238524 or 327477. OLE color: 327477.

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

Color convert

RGB 53 255 4 -
CMYK 0.79 0 0.98 0
HSL 108.29º 1% 0.51% -
HSV(B) 108.29º 0.98% 1% -
XYZ 37.25 72.29 12.1 -
YUV 165.99 36.58 47.41 -
System Red Green Blue C M Y K H S L
Decimal 53 255 4 0.79 0 0.98 0 108.29 1 0.51
Hex 35 FF 4 4F 0 62 0 6C 64 33
Octal 65 377 4 117 0 142 0 154 144 63
Binary 110101 11111111 100 1001111 0 1100010 0 1101100 1100100 110011

Color Harmonies of #35FF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35FF04

Black with #35FF04

Text Example


Text Example

White with #35FF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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