Html Css Color HEX #55FF0D Bright Green

📋 copy color: '#55FF0D'

red 85 ◦ green 255 ◦ blue 13

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

Shades of Bright Green #55FF0D

Tints of Bright Green #55FF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.68%

R = 24.08%
G = 72.24%
B = 3.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#55FF0D (or 0x55FF0D) is known color: Bright Green. HEX triplet: 55, FF and 0D. RGB value is (85,255,13). Sum of RGB (Red+Green+Blue) = 85+255+13=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 255 (100% from 255 or 72.24% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF0D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FF0D is #AA00F2. Grayscale: #B1B1B1. Windows color (decimal): -11141363 or 917333. OLE color: 917333.

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

Color convert

RGB 85 255 13 -
CMYK 0.67 0 0.95 0
HSL 102.15º 1% 0.53% -
HSV(B) 102.15º 0.95% 1% -
XYZ 39.58 73.48 12.48 -
YUV 176.58 35.68 62.68 -
System Red Green Blue C M Y K H S L
Decimal 85 255 13 0.67 0 0.95 0 102.15 1 0.53
Hex 55 FF D 43 0 5F 0 66 64 35
Octal 125 377 15 103 0 137 0 146 144 65
Binary 1010101 11111111 1101 1000011 0 1011111 0 1100110 1100100 110101

Color Harmonies of #55FF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FF0D

Black with #55FF0D

Text Example


Text Example

White with #55FF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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