Html Css Color HEX #35DF04 Harlequin

📋 copy color: '#35DF04'

red 53 ◦ green 223 ◦ blue 4

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

Shades of Harlequin #35DF04

Tints of Harlequin #35DF04

RGB

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

 GREEN value IS 223 (87.5% from 255) = 79.64%

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

R = 18.93%
G = 79.64%
B = 1.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#35DF04 (or 0x35DF04) is known color: Harlequin. HEX triplet: 35, DF and 04. RGB value is (53,223,4). Sum of RGB (Red+Green+Blue) = 53+223+4=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 223 (87.5% from 255 or 79.64% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 223 - color contains mainly: green. Hex color #35DF04 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #35DF04 is #CA20FB. Grayscale: #939393. Windows color (decimal): -13246716 or 319285. OLE color: 319285.

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

Color convert

RGB 53 223 4 -
CMYK 0.76 0 0.98 0.13
HSL 106.58º 0.96% 0.45% -
HSV(B) 106.58º 0.98% 0.87% -
XYZ 27.88 53.54 8.98 -
YUV 147.2 47.18 60.81 -
System Red Green Blue C M Y K H S L
Decimal 53 223 4 0.76 0 0.98 0.13 106.58 0.96 0.45
Hex 35 DF 4 4C 0 62 D 6B 60 2D
Octal 65 337 4 114 0 142 15 153 140 55
Binary 110101 11011111 100 1001100 0 1100010 1101 1101011 1100000 101101

Color Harmonies of #35DF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35DF04

Black with #35DF04

Text Example


Text Example

White with #35DF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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