Html Css Color HEX #25FA04 Harlequin

📋 copy color: '#25FA04'

red 37 ◦ green 250 ◦ blue 4

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

Shades of Harlequin #25FA04

Tints of Harlequin #25FA04

RGB

 RED value IS 37 (14.84% from 255) = 12.71%

 GREEN value IS 250 (98.05% from 255) = 85.91%

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

R = 12.71%
G = 85.91%
B = 1.37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#25FA04 (or 0x25FA04) is known color: Harlequin. HEX triplet: 25, FA and 04. RGB value is (37,250,4). Sum of RGB (Red+Green+Blue) = 37+250+4=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 250 (98.05% from 255 or 85.91% from 291); Blue value is 4 (1.95% from 255 or 1.37% from 291); Max value from RGB is 250 - color contains mainly: green. Hex color #25FA04 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #25FA04 is #DA05FB. Grayscale: #9F9F9F. Windows color (decimal): -14288380 or 326181. OLE color: 326181.

HSL color Cylindrical-coordinate representation of color #25FA04: hue angle of 111.95º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #25FA04 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 250 4 -
CMYK 0.85 0 0.98 0.02
HSL 111.95º 0.97% 0.5% -
HSV(B) 111.95º 0.98% 0.98% -
XYZ 34.97 68.77 11.55 -
YUV 158.27 40.93 41.5 -
System Red Green Blue C M Y K H S L
Decimal 37 250 4 0.85 0 0.98 0.02 111.95 0.97 0.5
Hex 25 FA 4 55 0 62 2 70 61 32
Octal 45 372 4 125 0 142 2 160 141 62
Binary 100101 11111010 100 1010101 0 1100010 10 1110000 1100001 110010

Color Harmonies of #25FA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25FA04

Black with #25FA04

Text Example


Text Example

White with #25FA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25FA04; }

 p { color: rgb(37,250,4); }

 H1.HeaderClassName
 {
   color: #25FA04;
 }
 .AnyTagClassName
 {
   color: #25FA04;
 }
</style>

background-color css

<style>
 a { background-color: #25FA04; }

 a { background-color: rgb(37,250,4); }

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

border-color css

<style>
 span { border-color: #25FA04; }

 span { border-color: rgb(37,250,4); }

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