Html Css Color HEX #55FC04 Bright Green

📋 copy color: '#55FC04'

red 85 ◦ green 252 ◦ blue 4

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

Shades of Bright Green #55FC04

Tints of Bright Green #55FC04

RGB

 RED value IS 85 (33.59% from 255) = 24.93%

 GREEN value IS 252 (98.83% from 255) = 73.9%

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

R = 24.93%
G = 73.9%
B = 1.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#55FC04 (or 0x55FC04) is known color: Bright Green. HEX triplet: 55, FC and 04. RGB value is (85,252,4). Sum of RGB (Red+Green+Blue) = 85+252+4=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 252 (98.83% from 255 or 73.90% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 252 - color contains mainly: green. Hex color #55FC04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FC04 is #AA03FB. Grayscale: #AEAEAE. Windows color (decimal): -11142140 or 326741. OLE color: 326741.

HSL color Cylindrical-coordinate representation of color #55FC04: hue angle of 100.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55FC04 is Cyan = 0.66, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 252 4 -
CMYK 0.66 0 0.98 0.01
HSL 100.4º 0.98% 0.5% -
HSV(B) 100.4º 0.98% 0.99% -
XYZ 38.58 71.56 11.89 -
YUV 173.8 32.17 64.67 -
System Red Green Blue C M Y K H S L
Decimal 85 252 4 0.66 0 0.98 0.01 100.4 0.98 0.5
Hex 55 FC 4 42 0 62 1 64 62 32
Octal 125 374 4 102 0 142 1 144 142 62
Binary 1010101 11111100 100 1000010 0 1100010 1 1100100 1100010 110010

Color Harmonies of #55FC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FC04

Black with #55FC04

Text Example


Text Example

White with #55FC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55FC04; }

 p { color: rgb(85,252,4); }

 H1.HeaderClassName
 {
   color: #55FC04;
 }
 .AnyTagClassName
 {
   color: #55FC04;
 }
</style>

background-color css

<style>
 a { background-color: #55FC04; }

 a { background-color: rgb(85,252,4); }

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

border-color css

<style>
 span { border-color: #55FC04; }

 span { border-color: rgb(85,252,4); }

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