Html Css Color HEX #55F90D Bright Green

📋 copy color: '#55F90D'

red 85 ◦ green 249 ◦ blue 13

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

Shades of Bright Green #55F90D

Tints of Bright Green #55F90D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 71.76%

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

R = 24.5%
G = 71.76%
B = 3.75%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#55F90D (or 0x55F90D) is known color: Bright Green. HEX triplet: 55, F9 and 0D. RGB value is (85,249,13). Sum of RGB (Red+Green+Blue) = 85+249+13=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 249 (97.66% from 255 or 71.76% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 249 - color contains mainly: green. Hex color #55F90D is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F90D is #AA06F2. Grayscale: #ADADAD. Windows color (decimal): -11142899 or 915797. OLE color: 915797.

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

Color convert

RGB 85 249 13 -
CMYK 0.66 0 0.95 0.02
HSL 101.69º 0.95% 0.51% -
HSV(B) 101.69º 0.95% 0.98% -
XYZ 37.69 69.71 11.85 -
YUV 173.06 37.67 65.19 -
System Red Green Blue C M Y K H S L
Decimal 85 249 13 0.66 0 0.95 0.02 101.69 0.95 0.51
Hex 55 F9 D 42 0 5F 2 66 5F 33
Octal 125 371 15 102 0 137 2 146 137 63
Binary 1010101 11111001 1101 1000010 0 1011111 10 1100110 1011111 110011

Color Harmonies of #55F90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F90D

Black with #55F90D

Text Example


Text Example

White with #55F90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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