Html Css Color HEX #55F712 Bright Green

📋 copy color: '#55F712'

red 85 ◦ green 247 ◦ blue 18

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

Shades of Bright Green #55F712

Tints of Bright Green #55F712

RGB

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

 GREEN value IS 247 (96.88% from 255) = 70.57%

 BLUE value IS 18 (7.42% from 255) = 5.14%

R = 24.29%
G = 70.57%
B = 5.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#55F712 (or 0x55F712) is known color: Bright Green. HEX triplet: 55, F7 and 12. RGB value is (85,247,18). Sum of RGB (Red+Green+Blue) = 85+247+18=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 247 (96.88% from 255 or 70.57% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 247 - color contains mainly: green. Hex color #55F712 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #55F712 is #AA08ED. Grayscale: #ADADAD. Windows color (decimal): -11143406 or 1242965. OLE color: 1242965.

HSL color Cylindrical-coordinate representation of color #55F712: hue angle of 102.45º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55F712 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 247 18 -
CMYK 0.66 0 0.93 0.03
HSL 102.45º 0.93% 0.52% -
HSV(B) 102.45º 0.93% 0.97% -
XYZ 37.12 68.5 11.84 -
YUV 172.46 40.83 65.62 -
System Red Green Blue C M Y K H S L
Decimal 85 247 18 0.66 0 0.93 0.03 102.45 0.93 0.52
Hex 55 F7 12 42 0 5D 3 66 5D 34
Octal 125 367 22 102 0 135 3 146 135 64
Binary 1010101 11110111 10010 1000010 0 1011101 11 1100110 1011101 110100

Color Harmonies of #55F712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F712

Black with #55F712

Text Example


Text Example

White with #55F712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,247,18); }

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

background-color css

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

 a { background-color: rgb(85,247,18); }

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

border-color css

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

 span { border-color: rgb(85,247,18); }

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