Html Css Color HEX #55FA0F Bright Green

📋 copy color: '#55FA0F'

red 85 ◦ green 250 ◦ blue 15

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

Shades of Bright Green #55FA0F

Tints of Bright Green #55FA0F

RGB

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

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

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

R = 24.29%
G = 71.43%
B = 4.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#55FA0F (or 0x55FA0F) is known color: Bright Green. HEX triplet: 55, FA and 0F. RGB value is (85,250,15). Sum of RGB (Red+Green+Blue) = 85+250+15=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 250 (98.05% from 255 or 71.43% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 250 - color contains mainly: green. Hex color #55FA0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55FA0F is #AA05F0. Grayscale: #AEAEAE. Windows color (decimal): -11142641 or 1047125. OLE color: 1047125.

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

Color convert

RGB 85 250 15 -
CMYK 0.66 0 0.94 0.02
HSL 102.13º 0.96% 0.52% -
HSV(B) 102.13º 0.94% 0.98% -
XYZ 38.02 70.34 12.02 -
YUV 173.88 38.34 64.61 -
System Red Green Blue C M Y K H S L
Decimal 85 250 15 0.66 0 0.94 0.02 102.13 0.96 0.52
Hex 55 FA F 42 0 5E 2 66 60 34
Octal 125 372 17 102 0 136 2 146 140 64
Binary 1010101 11111010 1111 1000010 0 1011110 10 1100110 1100000 110100

Color Harmonies of #55FA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FA0F

Black with #55FA0F

Text Example


Text Example

White with #55FA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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