Html Css Color HEX #55FF0F Bright Green

📋 copy color: '#55FF0F'

red 85 ◦ green 255 ◦ blue 15

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

Shades of Bright Green #55FF0F

Tints of Bright Green #55FF0F

RGB

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

 GREEN value IS 255 (100% from 255) = 71.83%

 BLUE value IS 15 (6.25% from 255) = 4.23%

R = 23.94%
G = 71.83%
B = 4.23%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#55FF0F (or 0x55FF0F) is known color: Bright Green. HEX triplet: 55, FF and 0F. RGB value is (85,255,15). Sum of RGB (Red+Green+Blue) = 85+255+15=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 255 (100% from 255 or 71.83% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FF0F is #AA00F0. Grayscale: #B1B1B1. Windows color (decimal): -11141361 or 1048405. OLE color: 1048405.

HSL color Cylindrical-coordinate representation of color #55FF0F: hue angle of 102.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55FF0F is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 85 255 15 -
CMYK 0.67 0 0.94 0
HSL 102.5º 1% 0.53% -
HSV(B) 102.5º 0.94% 1% -
XYZ 39.59 73.49 12.55 -
YUV 176.81 36.68 62.51 -
System Red Green Blue C M Y K H S L
Decimal 85 255 15 0.67 0 0.94 0 102.5 1 0.53
Hex 55 FF F 43 0 5E 0 66 64 35
Octal 125 377 17 103 0 136 0 146 144 65
Binary 1010101 11111111 1111 1000011 0 1011110 0 1100110 1100100 110101

Color Harmonies of #55FF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FF0F

Black with #55FF0F

Text Example


Text Example

White with #55FF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,255,15); }

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

background-color css

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

 a { background-color: rgb(85,255,15); }

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

border-color css

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

 span { border-color: rgb(85,255,15); }

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