Html Css Color HEX #35F619 Harlequin

📋 copy color: '#35F619'

red 53 ◦ green 246 ◦ blue 25

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

Shades of Harlequin #35F619

Tints of Harlequin #35F619

RGB

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

 GREEN value IS 246 (96.48% from 255) = 75.93%

 BLUE value IS 25 (10.16% from 255) = 7.72%

R = 16.36%
G = 75.93%
B = 7.72%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#35F619 (or 0x35F619) is known color: Harlequin. HEX triplet: 35, F6 and 19. RGB value is (53,246,25). Sum of RGB (Red+Green+Blue) = 53+246+25=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 246 (96.48% from 255 or 75.93% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 246 - color contains mainly: green. Hex color #35F619 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35F619 is #CA09E6. Grayscale: #A3A3A3. Windows color (decimal): -13240807 or 1701429. OLE color: 1701429.

HSL color Cylindrical-coordinate representation of color #35F619: hue angle of 112.4º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35F619 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 53 246 25 -
CMYK 0.78 0 0.90 0.04
HSL 112.4º 0.92% 0.53% -
HSV(B) 112.4º 0.9% 0.96% -
XYZ 34.6 66.74 11.98 -
YUV 163.1 50.06 49.47 -
System Red Green Blue C M Y K H S L
Decimal 53 246 25 0.78 0 0.90 0.04 112.4 0.92 0.53
Hex 35 F6 19 4E 0 5A 4 70 5C 35
Octal 65 366 31 116 0 132 4 160 134 65
Binary 110101 11110110 11001 1001110 0 1011010 100 1110000 1011100 110101

Color Harmonies of #35F619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F619

Black with #35F619

Text Example


Text Example

White with #35F619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,246,25); }

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

background-color css

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

 a { background-color: rgb(53,246,25); }

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

border-color css

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

 span { border-color: rgb(53,246,25); }

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