Html Css Color HEX #35F805 Harlequin

📋 copy color: '#35F805'

red 53 ◦ green 248 ◦ blue 5

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

Shades of Harlequin #35F805

Tints of Harlequin #35F805

RGB

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

 GREEN value IS 248 (97.27% from 255) = 81.05%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 17.32%
G = 81.05%
B = 1.63%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#35F805 (or 0x35F805) is known color: Harlequin. HEX triplet: 35, F8 and 05. RGB value is (53,248,5). Sum of RGB (Red+Green+Blue) = 53+248+5=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 248 (97.27% from 255 or 81.05% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 248 - color contains mainly: green. Hex color #35F805 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #35F805 is #CA07FA. Grayscale: #A2A2A2. Windows color (decimal): -13240315 or 391221. OLE color: 391221.

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

Color convert

RGB 53 248 5 -
CMYK 0.79 0 0.98 0.03
HSL 108.15º 0.96% 0.5% -
HSV(B) 108.15º 0.98% 0.97% -
XYZ 35.06 67.9 11.4 -
YUV 161.99 39.4 50.26 -
System Red Green Blue C M Y K H S L
Decimal 53 248 5 0.79 0 0.98 0.03 108.15 0.96 0.5
Hex 35 F8 5 4F 0 62 3 6C 60 32
Octal 65 370 5 117 0 142 3 154 140 62
Binary 110101 11111000 101 1001111 0 1100010 11 1101100 1100000 110010

Color Harmonies of #35F805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35F805

Black with #35F805

Text Example


Text Example

White with #35F805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,248,5); }

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

background-color css

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

 a { background-color: rgb(53,248,5); }

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

border-color css

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

 span { border-color: rgb(53,248,5); }

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